Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganized the code to functional modules #66

Merged
merged 14 commits into from
Dec 16, 2014
Merged
Prev Previous commit
Moved the CommandRunner to a subnamespace
  • Loading branch information
mnapoli committed Dec 12, 2014
commit 9b1fed694dcc1cfea236300edbad2102f32a68b2
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

namespace Couscous\Tests\FunctionalTest;
namespace Couscous\Tests\FunctionalTest\CommandRunner;

use Couscous\CommandRunner\CommandRunner;

/**
* @covers Couscous\CommandRunner
* @covers Couscous\CommandRunner\CommandRunner
*/
class CommandRunnerTest extends \PHPUnit_Framework_TestCase
{
Expand Down