Skip to content

Commit c559eb1

Browse files
committed
Fix GeneratorTest
1 parent 5ec7dc3 commit c559eb1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/Unit/Console/GeneratorTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
File::deleteDirectory(base_path('app/Sharp'));
1111
});
1212

13-
afterEach(function () {
14-
File::deleteDirectory(base_path('app/Sharp'));
15-
});
16-
1713
it('can generate a new full sharp entity from console and we can create, display, update and delete an item', function () {
1814
Schema::create('unit_test_models', function (Blueprint $table) {
1915
$table->increments('id');

0 commit comments

Comments
 (0)