mageekguy\atoum\tests\units\scripts\git\pusher::testSetRemote PHP Method

testSetRemote() public method

public testSetRemote ( )
    public function testSetRemote()
    {
        $this->if($pusher = new testedClass(__FILE__))->then->object($pusher->setRemote($remote = uniqid()))->isIdenticalTo($pusher)->string($pusher->getRemote())->isEqualTo($remote)->object($pusher->setRemote())->isIdenticalTo($pusher)->string($pusher->getRemote())->isEqualTo(testedClass::defaultRemote);
    }