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

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

public testCloneNone ( )
    public function testCloneNone()
    {
        $this->setExpectedException(TerminusException::class, "You cannot specify both --db-only and --files-only");
        $this->command->cloneContent('mysite.dev', 'test', ['db-only' => true, 'files-only' => true]);
    }