Skip to content

Commit

Permalink
#198 - testing (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Mar 27, 2024
1 parent 3a8d9b3 commit 252cffb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tests/Feature/LocalisedRoutingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function testExistingRoute(): void
public function testExistingLocalisedRoute(): void
{
$response = $this->get("/pl/kontakt");
dd($response->getContent());
$response->assertStatus(200);
}

Expand Down

0 comments on commit 252cffb

Please sign in to comment.