test: simplify how tests are named (#3394)
This commit is contained in:
@@ -12,7 +12,8 @@ class CountriesTest extends FeatureTestCase
|
||||
{
|
||||
use DatabaseTransactions;
|
||||
|
||||
public function test_all_countries_exist()
|
||||
/** @test */
|
||||
public function all_countries_exist()
|
||||
{
|
||||
try {
|
||||
Schema::create('countries', function ($table) {
|
||||
|
||||
Reference in New Issue
Block a user