Skip to content

Commit

Permalink
no __NAMESPACE__
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 3, 2024
1 parent 3ae01e2 commit 0981434
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/mutex/CASMutexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ protected function setUp(): void
parent::setUp();

$builder = new SleepEnvironmentBuilder();
$builder->addNamespace(__NAMESPACE__);
$builder->addNamespace('malkusch\lock\mutex');
$builder->addNamespace('malkusch\lock\util');
$sleep = $builder->build();
Expand Down
1 change: 0 additions & 1 deletion tests/mutex/RedisMutexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ protected function setUp(): void
parent::setUp();

$sleepBuilder = new SleepEnvironmentBuilder();
$sleepBuilder->addNamespace(__NAMESPACE__);
$sleepBuilder->addNamespace('malkusch\lock\mutex');
$sleepBuilder->addNamespace('malkusch\lock\util');
$sleep = $sleepBuilder->build();
Expand Down
1 change: 0 additions & 1 deletion tests/mutex/SpinlockMutexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ protected function setUp(): void
parent::setUp();

$builder = new SleepEnvironmentBuilder();
$builder->addNamespace(__NAMESPACE__);
$builder->addNamespace('malkusch\lock\mutex');
$builder->addNamespace('malkusch\lock\util');
$sleep = $builder->build();
Expand Down
1 change: 0 additions & 1 deletion tests/util/LoopTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ protected function setUp(): void
parent::setUp();

$builder = new SleepEnvironmentBuilder();
$builder->addNamespace(__NAMESPACE__);
$builder->addNamespace('malkusch\lock\util');
$sleep = $builder->build();
$sleep->enable();
Expand Down

0 comments on commit 0981434

Please sign in to comment.