Olivier Massot 76ee45a733 add the meta tag 'noindex' when domain match the issue condition 4 年 前
..
Classes 76ee45a733 add the meta tag 'noindex' when domain match the issue condition 4 年 前
Configuration 76ee45a733 add the meta tag 'noindex' when domain match the issue condition 4 年 前
Resources 36cdd439c0 refactoring: update db structure and introduce ot_websites 4 年 前
Tests cc983e53b1 fix unit-tests 4 年 前
.gitignore f1a446fd16 complete unit_tests for ot_core 4 年 前
Readme.md e3ca61abcc setup route indexing commands and basic resolver 4 年 前
composer.json cb2ae16be0 implements a basic unittesting structure 5 年 前
ext_emconf.php c4e246c0d4 general refactoring: add ot_core and ot_stats 5 年 前
ext_localconf.php 36cdd439c0 refactoring: update db structure and introduce ot_websites 4 年 前
ext_tables.sql d3b210c314 add 404 handling in page resolver 4 年 前

Readme.md

OtCore

Core extension pour typo3.

Extension key ot_core
Vendor Opentalent
Nom OtCore

Cette extension fournit de nombreuses classes et ressources communes aux autres extensions Opentalent.

IMPORTANT:

  • Cette extension ne doit dépendre d'aucune autre pour fonctionner, c'est à dire que son fonctionnement ne doit pas être modifié si aucune autre extension n'est installée

Pour lancer les tests unitaires:

Lancer dans la console:

.Build/bin/phpunit --coverage-clover=unittest-coverage.clover -c Tests/Build/UnitTests.xml