remove Eloquent::unguard
This commit is contained in:
parent
b5d2e1ba11
commit
4db87ad8c8
@ -24,7 +24,6 @@ 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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user