mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
feat: move Expectations API out of external plugin
This commit is contained in:
5
tests/Features/Expect/ray.php
Normal file
5
tests/Features/Expect/ray.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
test('ray calls do not fail when ray is not installed', function () {
|
||||
expect(true)->ray()->toBe(true);
|
||||
});
|
||||
Reference in New Issue
Block a user