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
@@ -10,7 +10,8 @@ class StringHelperTest extends TestCase
{
use DatabaseTransactions;
public function test_it_builds_a_sql_query()
/** @test */
public function it_builds_a_sql_query()
{
$array = [
'column1',