Closed ahmedash95 closed 8 years ago
All tests where?
If you mean the PR then let's discuss it there.
@themsaid i didn't mean the PR . could you please try to run test with a fresh install of laravel with langman ?
How do you run tests after pulling langman into laravel?
cd vendor/themsaid/laravel-langman
then
composer install
then
phpunit
Can you share the errors coming from running the tests?
I think the script isn't able to create the temporary test files, anyway it's recommended that you develop the package outside laravel.
how can i test my modifications if i developing the package outside laravel ?
That's the point of testing :) Your tests need to be isolated. Anyway you should track teh reason behind the failing tests on your system, it's not a general issue as the tests pass on Travis: https://travis-ci.org/themsaid/laravel-langman
really weird , i will try to fix this issue , thanks for your time.
i'm trying to solve the problem but i think you could do it faster than me , could you please check all tests
@themsaid