Skip to content

Commit 3a1b5ed

Browse files
committed
IHF: Test names minor fixes.
1 parent ae88212 commit 3a1b5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/db/DbMysqlVariableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function it_returns_false_for_unexisting_mysql_variable()
1717
}
1818

1919
/** @test */
20-
public function it_returns_value_for_known_mysql_variable()
20+
public function it_returns_value_for_existing_mysql_variable()
2121
{
2222
$mock = m::mock('alias:Illuminate\Support\Facades\DB');
2323
$mock->shouldReceive('selectOne')

0 commit comments

Comments
 (0)