Parent Directory | Revision Log | Patch
revision 8397 by fmichon, Mon Dec 3 11:42:42 2018 UTC | revision 8408 by fmichon, Mon Dec 3 19:41:11 2018 UTC | |
---|---|---|
# | Line 93 class DigitalizedDocumentTest extends PH | Line 93 class DigitalizedDocumentTest extends PH |
93 | $this->digitalizedDocument = new DigitalizedDocument($f); | $this->digitalizedDocument = new DigitalizedDocument($f); |
94 | } | } |
95 | ||
96 | public function onNotSuccessfulTest(Exception $e){ | public function onNotSuccessfulTest(Throwable $e){ |
97 | echo 'Line '.$e->getLine().' : '.$e->getMessage()."\r\n"; | echo 'Line '.$e->getLine().' : '.$e->getMessage()."\r\n"; |
98 | parent::onNotSuccessfulTest($e); | parent::onNotSuccessfulTest($e); |
99 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |