Skip to content

Commit b5e26a9

Browse files
committed
move the test helper
1 parent e337620 commit b5e26a9

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

tests/Integration/ChubbyphpFooProvider.php renamed to tests/Helper/ChubbyphpFooProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Chubbyphp\Tests\Container\Integration;
5+
namespace Chubbyphp\Tests\Container\Helper;
66

77
use Chubbyphp\Container\Container as ChubbyphpContainer;
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Chubbyphp\Tests\Container\Integration;
5+
namespace Chubbyphp\Tests\Container\Helper;
66

77
use Pimple\Container as PimpleContainer;
88
use Pimple\ServiceProviderInterface;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Chubbyphp\Tests\Container\Integration;
5+
namespace Chubbyphp\Tests\Container\Helper;
66

77
final class Session
88
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Chubbyphp\Tests\Container\Integration;
5+
namespace Chubbyphp\Tests\Container\Helper;
66

77
final class SessionStorage
88
{

tests/Integration/MigrateFromPimpleTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
use Chubbyphp\Container\Container as ChubbyphpContainer;
88
use Chubbyphp\Container\Parameter;
9+
use Chubbyphp\Tests\Container\Helper\ChubbyphpFooProvider;
10+
use Chubbyphp\Tests\Container\Helper\PimpleFooProvider;
11+
use Chubbyphp\Tests\Container\Helper\Session;
12+
use Chubbyphp\Tests\Container\Helper\SessionStorage;
913
use PHPUnit\Framework\TestCase;
1014
use Pimple\Container as PimpleContainer;
1115

0 commit comments

Comments
 (0)