test: simplify how tests are named (#3394)

This commit is contained in:
Regis Freyd
2019-12-31 11:58:45 -05:00
committed by GitHub
parent 12c55a83bc
commit 3e27975606
192 changed files with 2239 additions and 1308 deletions
+2 -1
View File
@@ -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) {