Anahkiasen / polyglot

Laravel localization and translation helper
130 stars 22 forks source link

Unit tests are failing #19

Closed taai closed 10 years ago

taai commented 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.