Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test namespace
  • Loading branch information
michalsn committed Oct 10, 2025
commit 0be08f7000b65e28a0e20c6de7cfe5c127566c53
2 changes: 1 addition & 1 deletion tests/Payloads/ChainElementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* the LICENSE file that was distributed with this source code.
*/

namespace App\ThirdParty\queue\tests\Payloads;
namespace Tests\Payloads;

use CodeIgniter\Queue\Payloads\ChainBuilder;
use CodeIgniter\Queue\Payloads\ChainElement;
Expand Down
2 changes: 1 addition & 1 deletion tests/Payloads/PayloadCollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* the LICENSE file that was distributed with this source code.
*/

namespace App\ThirdParty\queue\tests\Payloads;
namespace Tests\Payloads;

use ArrayIterator;
use CodeIgniter\Queue\Payloads\Payload;
Expand Down
2 changes: 1 addition & 1 deletion tests/Payloads/PayloadMetadataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* the LICENSE file that was distributed with this source code.
*/

namespace App\ThirdParty\queue\tests\Payloads;
namespace Tests\Payloads;

use CodeIgniter\Queue\Payloads\Payload;
use CodeIgniter\Queue\Payloads\PayloadCollection;
Expand Down
2 changes: 1 addition & 1 deletion tests/Payloads/PayloadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* the LICENSE file that was distributed with this source code.
*/

namespace App\ThirdParty\queue\tests\Payloads;
namespace Tests\Payloads;

use CodeIgniter\Queue\Exceptions\QueueException;
use CodeIgniter\Queue\Payloads\Payload;
Expand Down