Make autoload work for phpunit tests
This commit is contained in:
parent
68514c11c2
commit
ae21dd0f56
@ -1,4 +1,4 @@
|
||||
<phpunit>
|
||||
<phpunit bootstrap="tests/bootstrap.php">
|
||||
<testsuites>
|
||||
<testsuite name="Serialization">
|
||||
<file>tests/suite.php</file>
|
||||
|
2
tests/bootstrap.php
Normal file
2
tests/bootstrap.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
require dirname(__FILE__) . '/../vendor/autoload.php';
|
Loading…
Reference in New Issue
Block a user