Update to PHP 8.4, new option lib
This commit is contained in:
@@ -21,6 +21,6 @@ class CountMapperTest extends TestCase
|
||||
#[TestDox('map() succeeds')]
|
||||
public function testMapSucceeds(): void
|
||||
{
|
||||
$this->assertEquals(5, (new CountMapper())->map([5, 8, 10]), 'Count not correct');
|
||||
$this->assertEquals(5, new CountMapper()->map([5, 8, 10]), 'Count not correct');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user