diff --git a/tests/CategoryTest.php b/tests/CategoryTest.php index b1e92ae..37872b8 100644 --- a/tests/CategoryTest.php +++ b/tests/CategoryTest.php @@ -8,8 +8,7 @@ class CategoryTest extends LaravelTest { - /** @test */ - public function test_type() + public function type() { $configCategory = Category::create(['name' => 'Config Types']); $schemaCategory = Category::create(['name' => 'JSON Schema']);