whoami7 - Manager
:
/
opt
/
alt
/
php74
/
usr
/
share
/
pear
/
test
/
XML_Util
/
tests
/
Upload File:
files >> //opt/alt/php74/usr/share/pear/test/XML_Util/tests/RaiseErrorTests.php
<?php class RaiseErrorTests extends AbstractUnitTests { /** * @covers XML_Util::raiseError() */ public function testRaiseError() { $code = 12345; $message = "I am an error"; $error = XML_Util::raiseError($message, $code); $this->assertInstanceOf('PEAR_Error', $error); $this->assertEquals($message, $error->getMessage()); $this->assertEquals($code, $error->getCode()); } }
Copyright ©2021 || Defacer Indonesia