ParaTest\Console\Commands\ParaTestCommandTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->tester = new PHPUnit();
        $this->command = new ParaTestCommand($this->tester);
    }