Skip to content

Commit bddf82c

Browse files
committed
Allow override of updateTest()
1 parent 5482183 commit bddf82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SOB/Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ abstract public function read(int $id) : ?object;
5050
/**
5151
* class must test one record with id=$id
5252
*/
53-
final public function testUpdate(object $employee, string $expected) : bool
53+
public function testUpdate(object $employee, string $expected) : bool
5454
{
5555
if ($employee->last_name != $expected)
5656
{

0 commit comments

Comments
 (0)