We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5482183 commit bddf82cCopy full SHA for bddf82c
SOB/Test.php
@@ -50,7 +50,7 @@ abstract public function read(int $id) : ?object;
50
/**
51
* class must test one record with id=$id
52
*/
53
- final public function testUpdate(object $employee, string $expected) : bool
+ public function testUpdate(object $employee, string $expected) : bool
54
{
55
if ($employee->last_name != $expected)
56
0 commit comments