X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpq-gateway;a=blobdiff_plain;f=tests%2Flib%2Fpq%2FQuery%2FAsyncExecutorTest.php;fp=tests%2Flib%2Fpq%2FQuery%2FAsyncExecutorTest.php;h=9a913e5771c388c58c48af04ad59f5c6e7024d7e;hp=ad68a914ce89d2b762e69759ba5c0d3a11fbe325;hb=d1379696731e50755ace6e92fa04ae24fe34651b;hpb=0dde7cd85da257ceb00a4550472181c2000152ef diff --git a/tests/lib/pq/Query/AsyncExecutorTest.php b/tests/lib/pq/Query/AsyncExecutorTest.php index ad68a91..9a913e5 100644 --- a/tests/lib/pq/Query/AsyncExecutorTest.php +++ b/tests/lib/pq/Query/AsyncExecutorTest.php @@ -2,7 +2,7 @@ namespace pq\Query; -include_once __DIR__."/../../../setup.inc"; +require_once __DIR__."/../../../setup.inc"; use pq\Connection; use React\Promise\Deferred as Reacted;