Quantcast
Viewing all articles
Browse latest Browse all 23908

[PHP] Re: Error: Argument 1 passed to screenFake::__construct() must be aninstance of databaseInterfaseFake, instance ofMock_databaseInterfaceFake_b36397fd

On 22.08.2015 at 22:34, Ramiro Barrantes wrote:

> I am trying to write a unit test for a dependency injection situation and I have a reproducible example at the end. I am getting this error:
>
> 1) testFake::test_fake
> Argument 1 passed to screenFake::__construct() must be an instance of databaseInterfaseFake, instance of Mock_databaseInterfaceFake_b36397fd given, called in fakeTest.php on line 25 and de...

It seems you have a typo there: databaseInterfaseFake should probably be
databaseInterfaceFake.

--
Christoph M. Becker

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Viewing all articles
Browse latest Browse all 23908

Trending Articles