Skip to content

Commit 63959e3

Browse files
committed
fix: remove namespaces from Pest functional tests
Pest functional tests should not have namespace declarations as they use the global namespace by design
1 parent cc4705e commit 63959e3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/ArchTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
declare(strict_types=1);
44

5-
namespace Iamgerwin\GsmModem\Tests;
6-
75
arch('it will not use debugging functions')
86
->expect(['dd', 'dump', 'ray'])
97
->each->not->toBeUsed();

tests/ExampleTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
declare(strict_types=1);
44

5-
namespace Iamgerwin\GsmModem\Tests;
6-
75
it('can test', function () {
86
expect(true)->toBeTrue();
97
});

0 commit comments

Comments
 (0)