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

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

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