Skip to content

Commit 28a9154

Browse files
committed
added autoloader to test
1 parent 5c7568b commit 28a9154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SpecifyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
require_once __DIR__.'/../src/Codeception/Specify.php';
2+
require_once __DIR__.'/../vendor/autoload.php';
33

44
class SpecifyTest extends \PHPUnit_Framework_TestCase {
55

0 commit comments

Comments
 (0)