Created
August 26, 2010 07:15
-
-
Save caefer/550980 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* There are a bunch of auto-generated TestCases. | |
* | |
* * All test methods are empty except for a $this->markTestIncomplete(..). | |
* * Some TestCases have no test methods yet. | |
* | |
* On execution of phpunit I get the following: | |
*/ | |
$ phpunit | |
PHPUnit 3.5.0RC1 by Sebastian Bergmann. | |
gjShortUrlPlugin Suite | |
gjShortUrlPluginConfigurationTest | |
I | |
PlugingjShortUrlTableTest | |
I | |
PlugingjShortUrlTest | |
Notice: Undefined offset: 0 in /usr/share/php/PHPUnit/Util/PHP.php on line 202 | |
Catchable fatal error: Argument 1 passed to PHP_CodeCoverage::append() must be an array, null given, called in /usr/share/php/PHPUnit/Util/PHP.php on line 203 and defined in /usr/share/php/PHP/CodeCoverage.php on line 223 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment