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

testSetClassPrompt() public method

public testSetClassPrompt ( )
    public function testSetClassPrompt()
    {
        $this->if($field = new testedClass())->then->object($field->setMethodPrompt($prompt = new prompt()))->isIdenticalTo($field)->object($field->getMethodPrompt())->isEqualTo($prompt)->object($field->setMethodPrompt())->isIdenticalTo($field)->object($field->getMethodPrompt())->isNotIdenticalTo($prompt)->isEqualTo(new prompt());
    }