ailixir-api / tests /Feature /ExampleTest.php
AILIXIR Bot
Auto-sync: 201d269f287526269b8ffded5f450ff36b46c740
907b200
Raw
History Blame Contribute Delete
147 Bytes
<?php
test('the application returns a successful response', function () {
$response = $this->get('/');
$response->assertStatus(200);
});