culttt / cribbb

http://cribbb.com
449 stars 99 forks source link

Tests #2

Closed tr33m4n closed 10 years ago

tr33m4n commented 10 years ago

Hi there,

When using the phpunit test I get the following error:

PHP Fatal error: Call to undefined method Cribbb\Repositories\Invite\EloquentInviteRepository::getBy() in /app/Cribbb/Inviters/Requester.php on line 58

Any ideas? Cheers

philipbrown commented 10 years ago

Yeah it's because the getBy() method no longer exists. There's going to be lots of stuff like this for quite a while yet because this is an open repository that is a work in progress.