Skip to content

Commit f71356c

Browse files
committed
Fix travis.
1 parent 39ab96f commit f71356c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* coverage or to provide a better guarantee of overall package efficacy.
1212
*/
1313

14-
require __DIR__ . '/sigtool.php';
14+
require __DIR__ . '/SigTool.php';
1515

1616
$ClassNames = array('\PHPUnit\Framework\TestCase', '\PHPUnit_Framework_TestCase');
1717
$ClassExists = array(class_exists($ClassNames[0]), class_exists($ClassNames[1]));

0 commit comments

Comments
 (0)