I am using sail in my project.
ray.php settings for sail
RAY_HOST=host.docker.internal
ray settings for testing
phpunit.xml
<server name="RAY_HOST" value="127.0.0.1"/>
Summer Sale! All accounts are 50% off this week.
I'm using ray and it works everywhere except tests. Where problem can be?
https://spatie.be/docs/ray/v1/introduction
/** @test */
function user_can_create_translatable_category()
{
ray('test');
$this->assertTrue(true);
}
I am using sail in my project.
ray.php settings for sail
RAY_HOST=host.docker.internal
ray settings for testing
phpunit.xml
<server name="RAY_HOST" value="127.0.0.1"/>
Please or to participate in this conversation.