Fix for API key and start adding a few data factories
This commit is contained in:
@@ -24,6 +24,7 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||
|
||||
public function __construct($name = null, array $data = [], $dataName = '') {
|
||||
parent::__construct($name, $data, $dataName);
|
||||
Eloquent::unguard();
|
||||
}
|
||||
|
||||
protected function reset_db() {
|
||||
|
||||
Reference in New Issue
Block a user