Skip to content

Commit

Permalink
Merge pull request opencfp#1061 from ibuildingsnl/enhancement/move-te…
Browse files Browse the repository at this point in the history
…sting-pass

Enhancement: Move TestingPass to Test namespace
  • Loading branch information
localheinz authored Jan 5, 2018
2 parents 15dfb9d + b5ab629 commit 153f495
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace OpenCFP;

use OpenCFP\Infrastructure\DependencyInjection\TestingPass;
use OpenCFP\Test\Helper\DependencyInjection\TestingPass;
use Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle;
use Symfony\Bundle\DebugBundle\DebugBundle;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @see https://github.com/opencfp/opencfp
*/

namespace OpenCFP\Infrastructure\DependencyInjection;
namespace OpenCFP\Test\Helper\DependencyInjection;

use Cartalyst\Sentinel\Sentinel;
use Illuminate\Database\Capsule\Manager as Capsule;
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/ProjectCodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public function testProductionClassesHaveUnitTests()
Http\Controller\ProfileController::class,
Http\Form\ForgotFormType::class,
Http\Form\ResetFormType::class,
Infrastructure\DependencyInjection\TestingPass::class,
Infrastructure\Event\AuthenticationListener::class,
Infrastructure\Event\CsrfValidationListener::class,
Infrastructure\Event\ExceptionListener::class,
Expand Down

0 comments on commit 153f495

Please sign in to comment.