Skip to content

Commit 062c213

Browse files
committed
Merge branch 'main' into cwe-434
2 parents e7156f1 + c559eb1 commit 062c213

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
@@ -9,10 +9,6 @@
99
login();
1010
});
1111

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

0 commit comments

Comments
 (0)