Hi! I'm having trouble running the test suite on a fresh clone:
$> bash script/test
...
1) Bldr\Test\ApplicationTest::testFactory
BadMethodCallException: Method Mockery_0_Dflydev_EmbeddedComposer_Core_EmbeddedComposerInterface::findPackage() does not exist on this mock object
/Users/mif08/git-projects/bldr/src/Application.php:83
/Users/mif08/git-projects/bldr/src/Application.php:71
/Users/mif08/git-projects/bldr/tests/ApplicationTest.php:31
Hi! I'm having trouble running the test suite on a fresh clone:
In
ApplicationTest::testFactory
:Mockery appears to be crapping out mocking the
findPackage
method. I have zero experience with it so not sure what's going on there!Whilst looking for solutions I found this in
Application::__construct
:Am I missing a build stage? Should
$version
be set to something else?M