Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 24, 2022
1 parent e3d612f commit a56dc74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/AnalysisTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use GrahamCampbell\Analyzer\AnalysisTrait;
use Laravel\Lumen\Application;
use PHPUnit\Framework\TestCase;
use ReturnTypeWillChange;

/**
* This is the analysis test class.
Expand Down Expand Up @@ -47,6 +48,6 @@ protected function getPaths()
*/
protected function getIgnored()
{
return [Application::class];
return [Application::class, ReturnTypeWillChange::class];
}
}

0 comments on commit a56dc74

Please sign in to comment.