mageekguy\atoum\tests\units\report\fields\runner\tests\coverage\phing::testSetMethodPrompt PHP Метод

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

public testSetMethodPrompt ( )
    public function testSetMethodPrompt()
    {
        $this->if($field = new testedClass())->then->object($field->setClassPrompt($prompt = new prompt()))->isIdenticalTo($field)->object($field->getClassPrompt())->isEqualTo($prompt)->object($field->setClassPrompt())->isIdenticalTo($field)->object($field->getClassPrompt())->isNotIdenticalTo($prompt)->isEqualTo(new prompt());
    }