We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463c777 commit 1a320a0Copy full SHA for 1a320a0
1 file changed
tests/unit/Crud/TableTest.php
@@ -60,7 +60,7 @@ public function tearDown(): void
60
*/
61
public function testGetPrimaryKey()
62
{
63
- self::assertTrue(array_has($this->crudTable->getPrimaryKey(), 'id'));
+ self::assertTrue(array_key_exists('id', $this->crudTable->getPrimaryKey()));
64
}
65
66
/**
0 commit comments