Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapollastri committed Dec 11, 2021
1 parent afc307d commit 0412354
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

6 changes: 0 additions & 6 deletions tests/Feature/CipiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
class CipiTest extends TestCase
{

public function testRedirectToLogin()
{
$response = $this->get('/dashboard');
$response->assertRedirect('/login');
}

public function testShowLoginPage()
{
$response = $this->get('/login');
Expand Down

0 comments on commit 0412354

Please sign in to comment.