mageekguy\atoum\tests\units\report\fields\runner\tests\coverage\phing::testSetTitlePrompt PHP Method

testSetTitlePrompt() public method

public testSetTitlePrompt ( )
    public function testSetTitlePrompt()
    {
        $this->if($field = new testedClass())->then->object($field->setTitlePrompt($prompt = new prompt()))->isIdenticalTo($field)->object($field->getTitlePrompt())->isEqualTo($prompt)->object($field->setTitlePrompt())->isIdenticalTo($field)->object($field->getTitlePrompt())->isNotIdenticalTo($prompt)->isEqualTo(new prompt());
    }