Skip to content

Instantly share code, notes, and snippets.

@caefer
Created August 26, 2010 07:15
Show Gist options
  • Save caefer/550980 to your computer and use it in GitHub Desktop.
Save caefer/550980 to your computer and use it in GitHub Desktop.
/**
* 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