Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Nov 12, 2024
1 parent 135f0ec commit 36a4a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/N98/Util/AutoloadHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function changingCallback()

$handler = $this->create(null, AutoloadHandler::NO_EXCEPTION);
self::assertFalse($handler->__invoke('Test'));
self::assertObjectNotHasAttribute('count', $calls);
self::assertObjectNotHasProperty('count', $calls);

$handler->setCallback($assertAble);
self::assertTrue($handler->__invoke('Test'));
Expand Down

0 comments on commit 36a4a26

Please sign in to comment.