Browse Source

Fixing tests after testbench update to 3.8

tags/1.3.2
Nafies Luthfi 7 years ago
parent
commit
88ee0f4e55
  1. 2
      tests/TestCase.php

2
tests/TestCase.php

@ -25,6 +25,8 @@ abstract class TestCase extends BaseTestCase
$this->lang_name = snake_case($this->model_name);
$this->collection_model_var_name = camel_case($this->plural_model_name);
$this->single_model_var_name = camel_case($this->model_name);
$this->withoutMockingConsoleOutput();
}
public function tearDown(): void

Loading…
Cancel
Save