Cilex\Tests\Command\CommandTest::setUp PHP 메소드

setUp() 공개 메소드

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