私のPHPユニットはこれをコンソールに出力します。とはどういう63/129 ( 48%)
意味ですか? すべてのテストを実行しますか?
PHPUnit 3.7.22 by Sebastian Bergmann.
Configuration read from phpunit.xml
............................................................... 63 / 129 ( 48%)
............................................................... 126 / 129 ( 97%)
...
Time: 0 seconds, Memory: 6.75Mb
OK (129 tests, 245 assertions)
phpunit.xml は次のようになります。
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="SDK Testsuite">
<directory suffix="Test.php">src/MyNamespace/Test/Unit</directory>
</testsuite>
</testsuites>
</phpunit>