Skip to content

Commit

Permalink
remove old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Apr 14, 2024
1 parent e4df7c1 commit 58a3750
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 482 deletions.
158 changes: 0 additions & 158 deletions tests/MakeCrudTest.php

This file was deleted.

177 changes: 0 additions & 177 deletions tests/Modules/MakeCrudModuleTest.php

This file was deleted.

10 changes: 1 addition & 9 deletions tests/BaseTest.php → tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Milwad\LaravelCrod\LaravelCrodServiceProvider;

class BaseTest extends \Orchestra\Testbench\TestCase
class TestCase extends \Orchestra\Testbench\TestCase
{
/**
* Get package providers.
Expand All @@ -19,12 +19,4 @@ protected function getPackageProviders($app)
LaravelCrodServiceProvider::class,
];
}

/**
* Is a fake test.
*/
public function test_success(): void
{
$this->assertEquals(1, 1);
}
}
Loading

0 comments on commit 58a3750

Please sign in to comment.