We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7156f1 + c559eb1 commit 062c213Copy full SHA for 062c213
1 file changed
tests/Unit/Console/GeneratorTest.php
@@ -9,10 +9,6 @@
9
login();
10
});
11
12
-afterEach(function () {
13
- File::deleteDirectory(base_path('app/Sharp'));
14
-});
15
-
16
it('can generate a new full sharp entity from console and we can create, display, update and delete an item', function () {
17
Schema::create('unit_test_models', function (Blueprint $table) {
18
$table->increments('id');
0 commit comments