Pantheon\Terminus\UnitTests\Commands\Env\CloneCommandTest::setUp PHP Метод

setUp() защищенный Метод

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->command = new CloneContentCommand();
        $this->command->setSites($this->sites);
        $this->command->setLogger($this->logger);
    }