api de gestion de ticket, basé sur php-crud-api. Le but est de décorrélé les outils de gestion des données, afin
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

phpunit.xml 227B

12345678
  1. <phpunit bootstrap="tests/autoload.php">
  2. <php>
  3. <ini name="display_errors" value="true"/>
  4. </php>
  5. <testsuite name="All Tests">
  6. <directory suffix='.php'>./tests/</directory>
  7. </testsuite>
  8. </phpunit>