From 252cffbe6c97958975df943380544ffa180cbca0 Mon Sep 17 00:00:00 2001 From: krzysztofrewak Date: Wed, 27 Mar 2024 14:20:26 +0100 Subject: [PATCH] #198 - testing (wip) --- .github/workflows/check.php.yml | 3 --- tests/Feature/LocalisedRoutingTest.php | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/check.php.yml b/.github/workflows/check.php.yml index 80f847ea..a4884aa1 100644 --- a/.github/workflows/check.php.yml +++ b/.github/workflows/check.php.yml @@ -56,8 +56,5 @@ jobs: - name: Install Composer dependencies run: composer install --prefer-dist --no-interaction --no-suggest - - name: Run PHP linter - run: composer cs - - name: Execute tests run: php artisan test --env=ci diff --git a/tests/Feature/LocalisedRoutingTest.php b/tests/Feature/LocalisedRoutingTest.php index 1ceb6c41..c105bd46 100644 --- a/tests/Feature/LocalisedRoutingTest.php +++ b/tests/Feature/LocalisedRoutingTest.php @@ -17,6 +17,7 @@ public function testExistingRoute(): void public function testExistingLocalisedRoute(): void { $response = $this->get("/pl/kontakt"); + dd($response->getContent()); $response->assertStatus(200); }