We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ab96f commit f71356cCopy full SHA for f71356c
1 file changed
.travis.php
@@ -11,7 +11,7 @@
11
* coverage or to provide a better guarantee of overall package efficacy.
12
*/
13
14
-require __DIR__ . '/sigtool.php';
+require __DIR__ . '/SigTool.php';
15
16
$ClassNames = array('\PHPUnit\Framework\TestCase', '\PHPUnit_Framework_TestCase');
17
$ClassExists = array(class_exists($ClassNames[0]), class_exists($ClassNames[1]));
0 commit comments