We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142d84c commit 51f7139Copy full SHA for 51f7139
tests/Pest.php
@@ -6,8 +6,8 @@
6
7
// uses(NotionApiTest::class)->in(__DIR__);
8
uses(NotionApiTest::class)->beforeEach(function () {
9
- if (file_exists(__DIR__ . '/../.env.testing')) {
10
- $dotenv = Dotenv::createImmutable(__DIR__ . '/..', '.env.testing');
+ if (file_exists(__DIR__.'/../.env.testing')) {
+ $dotenv = Dotenv::createImmutable(__DIR__.'/..', '.env.testing');
11
$dotenv->load();
12
}
13
Config::set('laravel-notion-api.notion-api-token', env('NOTION_API_TOKEN', ''));
0 commit comments