<?php acos(float $num): float
<?php $response = new JsonResponse(); json_encode(['a' => acos(2)]); $response->setData(new class implements Jsonable {
<?php })->throws(ExpectationFailedException::class, 'oh no!'); test('not failures', function () { expect(acos(1.5))->not->toBeNan(); })->throws(ExpectationFailedException::class);