Skip to content

Commit ae88212

Browse files
committed
IHF: Test names minor fixes.
1 parent 26faf16 commit ae88212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/db/DbMysqlNowTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class DbMysqlNowTest extends TestCase
66
{
77
/** @test */
8-
public function it_returns_valid_mysql_now()
8+
public function it_returns_valid_mysql_datetime()
99
{
1010
$mock = m::mock('alias:Illuminate\Support\Facades\DB');
1111
$mock->shouldReceive('selectOne')->withArgs(['select now() as now'])->once()->andReturnUsing(function () {

0 commit comments

Comments
 (0)