Closed taai closed 10 years ago
PHPUnit tests are failing.
First thing to do is to fix this line ( https://github.com/Anahkiasen/polyglot/blob/master/tests/_start.php#L2 ):
include __DIR__.'/../vendor/autoload.php';
and set the correct path
include __DIR__.'/../../../../vendor/autoload.php';
Also the tests are not able to find Mockery.
PHPUnit tests are failing.
First thing to do is to fix this line ( https://github.com/Anahkiasen/polyglot/blob/master/tests/_start.php#L2 ):
and set the correct path
Also the tests are not able to find Mockery.