我有一個PHPUnit的「不執行任何測試」 ..的PHPUnit沒有測試執行
這行工作
$ phpunit install/InstallDbTest.php
...
<result expected>
...
$ cat suites/installtests.xml
<phpunit>
<testsuites>
<testsuite name="database">
<file>install/InstallDbTest.php</file>
</testsuite>
</testsuites>
</phpunit>
$ phpunit -c suites/installtests.xml
PHPUnit 4.7.4 by Sebastian Bergmann and contributors.
Time: 130 ms, Memory: 11.25Mb
No tests executed!
有誰可以告訴我什麼,我做錯了什麼?
在此先感謝!
謝謝你Schleis! – nsvir