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 5c7568b commit 28a9154Copy full SHA for 28a9154
tests/SpecifyTest.php
@@ -1,5 +1,5 @@
1
<?php
2
-require_once __DIR__.'/../src/Codeception/Specify.php';
+require_once __DIR__.'/../vendor/autoload.php';
3
4
class SpecifyTest extends \PHPUnit_Framework_TestCase {
5
0 commit comments