Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing test (Tests\Console\InstallCommandTest::it_optionally_migrates_the_database) #83

Closed
deframe opened this issue Jan 15, 2018 · 0 comments

Comments

@deframe
Copy link
Contributor

deframe commented Jan 15, 2018

Not quite sure what's going on here..

➜  council git:(master) phpunit
PHPUnit 6.5.5 by Sebastian Bergmann and contributors.

..E...................S........................................  63 / 103 ( 61%)
........S...............................                        103 / 103 (100%)

Time: 10.39 seconds, Memory: 34.00MB

There was 1 error:

1) Tests\Console\InstallCommandTest::it_optionally_migrates_the_database
Mockery\Exception\NoMatchingExpectationException: No matching handler found for Mockery_0_App_Console_Commands_InstallCommand::call("cache:clear"). Either the method was unexpected or its arguments matched no expected argument list for this method



/Users/dframe/Projects/Deframe/council/vendor/mockery/mockery/library/Mockery/ExpectationDirector.php:93
/Users/dframe/Projects/Deframe/council/app/Console/Commands/InstallCommand.php:48
/Users/dframe/Projects/Deframe/council/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29
/Users/dframe/Projects/Deframe/council/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87
/Users/dframe/Projects/Deframe/council/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31
/Users/dframe/Projects/Deframe/council/vendor/laravel/framework/src/Illuminate/Container/Container.php:549
/Users/dframe/Projects/Deframe/council/vendor/laravel/framework/src/Illuminate/Console/Command.php:183
/Users/dframe/Projects/Deframe/council/vendor/symfony/console/Command/Command.php:252
/Users/dframe/Projects/Deframe/council/vendor/laravel/framework/src/Illuminate/Console/Command.php:170
/Users/dframe/Projects/Deframe/council/vendor/symfony/console/Application.php:936
/Users/dframe/Projects/Deframe/council/vendor/symfony/console/Application.php:240
/Users/dframe/Projects/Deframe/council/vendor/symfony/console/Application.php:148
/Users/dframe/Projects/Deframe/council/vendor/laravel/framework/src/Illuminate/Console/Application.php:88
/Users/dframe/Projects/Deframe/council/vendor/laravel/framework/src/Illuminate/Console/Application.php:177
/Users/dframe/Projects/Deframe/council/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:249
/Users/dframe/Projects/Deframe/council/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php:18
/Users/dframe/Projects/Deframe/council/tests/Console/InstallCommandTest.php:56
/Users/dframe/.composer/vendor/phpunit/phpunit/src/TextUI/Command.php:195
/Users/dframe/.composer/vendor/phpunit/phpunit/src/TextUI/Command.php:148

ERRORS!
Tests: 103, Assertions: 187, Errors: 1, Skipped: 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant