mitchellvanw / laravel-doctrine

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel
MIT License
187 stars 74 forks source link

DriverMapperTest won't pass #88

Closed soyuka closed 9 years ago

soyuka commented 9 years ago

Hi,

I'm having some troubles with the current DriverMapperTest:

There was 1 error:

1) Tests\Configuration\DriverMapperTest::testUsageOfCorrectConfigurationMapper
BadMethodCallException: Method Mockery_0_Mitch_LaravelDoctrine_Configuration_Mapper::isAppropriateFor() does not exist on this mock object

laravel-doctrine/src/Configuration/DriverMapper.php:35
laravel-doctrine/tests/Configuration/DriverMapperTest.php:22

FAILURES!
Tests: 8, Assertions: 11, Errors: 1.

Any clue?

kirkbushell commented 9 years ago

Which version are you running on? Appears to be passing on master branch.