Skip to content

Commit d484908

Browse files
committed
Shift EnvLoader-class into test-dir
1 parent b14a0cd commit d484908

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/BigBlueButtonTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
use BigBlueButton\Parameters\GetRecordingsParameters;
2929
use BigBlueButton\Parameters\IsMeetingRunningParameters;
3030
use BigBlueButton\Parameters\PublishRecordingsParameters;
31-
use BigBlueButton\Util\EnvLoader;
3231
use BigBlueButton\Util\Fixtures;
3332
use BigBlueButton\Util\ParamsIterator;
3433

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* with BigBlueButton; if not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

21-
namespace BigBlueButton\Util;
21+
namespace BigBlueButton;
2222

2323
use Dotenv\Dotenv;
2424

@@ -29,7 +29,7 @@ class EnvLoader
2929
{
3030
public static function loadEnvironmentVariables(): void
3131
{
32-
$envPath = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR;
32+
$envPath = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR;
3333
$envFileMain = '.env';
3434
$envFileLocal = '.env.local';
3535

0 commit comments

Comments
 (0)