Pantheon\Terminus\UnitTests\Commands\Lock\RemoveCommandTest::setUp PHP Метод

setUp() публичный Метод

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->command = new RemoveCommand($this->getConfig());
        $this->command->setSites($this->sites);
        $this->command->setLogger($this->logger);
    }
RemoveCommandTest