Skip to content

Commit 24e1c7e

Browse files
committed
Add PHP 8.4 tests
1 parent f72a1f6 commit 24e1c7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Unit/OptimusFactoryTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ public function testMakeStandard(): void
2424
$factory = $this->getOptimusFactory();
2525

2626
$return = $factory->make([
27-
'prime' => 'your-prime-integer',
28-
'inverse' => 'your-inverse-integer',
29-
'random' => 'your-random-integer',
27+
'prime' => 0,
28+
'inverse' => 1,
29+
'random' => 2,
3030
]);
3131

3232
$this->assertInstanceOf(Optimus::class, $return);

0 commit comments

Comments
 (0)