mirror of
https://github.com/phpmon/website
synced 2025-08-06 22:30:09 +02:00
Add Rector & various upgrades
This commit is contained in:
15
tests/Feature/ReleaseNotesReachabilityTest.php
Normal file
15
tests/Feature/ReleaseNotesReachabilityTest.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Feature;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
class ReleaseNotesReachabilityTest extends TestCase
|
||||
{
|
||||
public function test_release_notes_is_reachable()
|
||||
{
|
||||
$response = $this->get('/early-access/release-notes');
|
||||
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user