Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit c1a6798

Browse files
Merge branch 'master' into version-constraints
2 parents ceb06b9 + a2c59bf commit c1a6798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Tests/DatabaseMySqlSchemaGrammarTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function testAddingUuid()
1919
$blueprint->uuid('foo');
2020
$statements = $blueprint->toSql($this->getConnection(), $this->getGrammar());
2121

22-
$this->assertEquals(1, count($statements));
22+
$this->assertCount(1, $statements);
2323
$this->assertEquals('alter table `users` add `foo` binary(16) not null', $statements[0]);
2424
}
2525

0 commit comments

Comments
 (0)