93 - Wiring It All Together

This commit is contained in:
Adam Wathan
2017-04-01 14:09:54 -04:00
parent 6023eb3c8f
commit e3f337f377
4 changed files with 10 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
protected function setUp()
{
parent::setUp();
Mockery::getConfiguration()->allowMockingNonExistentMethods(false);
}
/**