mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-03 08:48:18 +00:00
92 - Dealing with Out of Sync Mocks
This commit is contained in:
@@ -12,6 +12,12 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||
*/
|
||||
protected $baseUrl = 'http://localhost';
|
||||
|
||||
protected function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
Mockery::getConfiguration()->allowMockingNonExistentMethods(false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates the application.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user