JeffreyWay / Laravel-Test-Helpers

Easier testing in Laravel.
https://packagist.org/packages/way/laravel-test-helpers
217 stars 40 forks source link

Relationships robust #26

Closed rtablada closed 8 years ago

rtablada commented 11 years ago

This allows relationships to use classes other than the method name and allows the use of custom keys with the syntax

$this->assertHasMany($methodName, $class, $relatedClass = null, $key = null)