Skip to content

Commit

Permalink
Fix tests (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga authored Dec 19, 2024
1 parent d1ca00d commit 94df62f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ protected function getEnvironmentSetUp($app)
'statamic/seo-pro' => [
'id' => 'statamic/seo-pro',
'namespace' => 'Statamic\\SeoPro',
'autoload' => 'src',
'provider' => \Statamic\SeoPro\ServiceProvider::class,
],
];
}
Expand Down

0 comments on commit 94df62f

Please sign in to comment.