// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php83-pecl-psr_1.2.0-1.el8
/
tests
[ PARENT ]
EDIT :: PsrLogAbstractLogger_construct.phpt
--TEST-- Psr\Log\AbstractLogger --SKIPIF-- <?php include('skip.inc'); ?> --FILE-- <?php use Psr\Log\AbstractLogger; try { new AbstractLogger(); } catch( \EngineException $e ) { echo $e->getMessage(); } catch( \Throwable $e ) { echo $e->getMessage(); } --EXPECTF-- %SCannot instantiate abstract class PsrExt\Log\AbstractLogger%S
SAVE
CANCEL