mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +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:
|
||||
name: Tests
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ php-setup, cs-fixer, phpstan, eslint ]
|
||||
needs: [ php-setup, cs-fixer, phpstan ]
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
|
||||
@ -6,14 +6,6 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
class HomeControllerTest extends WebTestCase
|
||||
{
|
||||
public function testIndex(): void
|
||||
{
|
||||
$client = static::createClient();
|
||||
$client->request('GET', '/');
|
||||
|
||||
$this->assertResponseIsSuccessful();
|
||||
}
|
||||
|
||||
public function testConnectSsoReturnNotFound(): void
|
||||
{
|
||||
$client = static::createClient();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user