Merge branch 'async'
[m6w6/pq-gateway] / tests / setup.inc
index 9c7a93237a20cbf62f6b89fd9a716412f6ee63a9..bdee9d3ac2da135ab436f61e7644b14ac4df6296 100644 (file)
@@ -39,7 +39,7 @@ const PQ_TEST_TEARDOWN_SQL = <<<SQL
        drop table if exists reftest cascade;
 SQL;
 
-include_once __DIR__ . "/../lib/autoload.php";
+require_once __DIR__ . "/../vendor/autoload.php";
 
 function executeInConcurrentTransaction(\pq\Query\ExecutorInterface $exec, $sql, array $params = null) {
        $conn = $exec->getConnection();