mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-22 12:15:32 +00:00
test: remove test of index page
This commit is contained in:
parent
7a2f3531fa
commit
39c546969c
2
.github/workflows/lint-and-tests.yml
vendored
2
.github/workflows/lint-and-tests.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
|||||||
tests:
|
tests:
|
||||||
name: Tests
|
name: Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ php-setup, cs-fixer, phpstan, eslint ]
|
needs: [ php-setup, cs-fixer, phpstan ]
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
|||||||
@ -6,14 +6,6 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
|||||||
|
|
||||||
class HomeControllerTest extends WebTestCase
|
class HomeControllerTest extends WebTestCase
|
||||||
{
|
{
|
||||||
public function testIndex(): void
|
|
||||||
{
|
|
||||||
$client = static::createClient();
|
|
||||||
$client->request('GET', '/');
|
|
||||||
|
|
||||||
$this->assertResponseIsSuccessful();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function testConnectSsoReturnNotFound(): void
|
public function testConnectSsoReturnNotFound(): void
|
||||||
{
|
{
|
||||||
$client = static::createClient();
|
$client = static::createClient();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user