Skip to content

Commit 5e9344e

Browse files
committed
Rename PPSpaces\Tests\Unit\Database test test_it_runs_the_migrations
1 parent a999528 commit 5e9344e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/DatabaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class DatabaseTest extends TestCase
1212
{
13-
public function test_it_can_migrate_test_database()
13+
public function test_it_runs_the_migrations()
1414
{
1515
$connection = config('database.default');
1616

0 commit comments

Comments
 (0)