Cilex\Tests\Command\CommandTest::setUp PHP Méthode

setUp() public méthode

Sets up the test fixture.
public setUp ( )
    public function setUp()
    {
        $this->fixture = new CommandMock('demo:test');
    }