Files
pest/tests/Features/Expect/ray.php
2021-06-15 17:10:21 +01:00

6 lines
118 B
PHP

<?php
test('ray calls do not fail when ray is not installed', function () {
expect(true)->ray()->toBe(true);
});