Skip to content

Commit 1a320a0

Browse files
author
Anton Shevchuk
committed
Hotfix
1 parent 463c777 commit 1a320a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/Crud/TableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function tearDown(): void
6060
*/
6161
public function testGetPrimaryKey()
6262
{
63-
self::assertTrue(array_has($this->crudTable->getPrimaryKey(), 'id'));
63+
self::assertTrue(array_key_exists('id', $this->crudTable->getPrimaryKey()));
6464
}
6565

6666
/**

0 commit comments

Comments
 (0)