PATH:
opt
/
alt
/
tests
/
alt-php83-pecl-psr_1.2.0-1.el8
/
tests
--TEST-- Psr\Log\LoggerTrait --SKIPIF-- <?php include('skip.inc'); ?> --FILE-- <?php use Psr\Log\LoggerTrait; include __DIR__ . '/SampleLogger.inc'; class SampleLoggerTraitUser { use LoggerTrait; public function log($level, $message, array $context = array()) { var_dump($level, $message, $context); } } $logger = new SampleLoggerTraitUser(); $logger->emergency('msg emergency', array(1)); $logger->alert('msg alert', array(2)); $logger->critical('msg critical', array(3)); $logger->error('msg error', array(4)); $logger->warning('msg warning', array(5)); $logger->notice('msg notice', array(6)); $logger->info('msg info', array(7)); $logger->debug('msg debug', array(8)); $logger->log('level', 'msg', array(9)); $logger->log('level', 'no context'); var_dump(class_uses($logger, false)); --EXPECT-- string(9) "emergency" string(13) "msg emergency" array(1) { [0]=> int(1) } string(5) "alert" string(9) "msg alert" array(1) { [0]=> int(2) } string(8) "critical" string(12) "msg critical" array(1) { [0]=> int(3) } string(5) "error" string(9) "msg error" array(1) { [0]=> int(4) } string(7) "warning" string(11) "msg warning" array(1) { [0]=> int(5) } string(6) "notice" string(10) "msg notice" array(1) { [0]=> int(6) } string(4) "info" string(8) "msg info" array(1) { [0]=> int(7) } string(5) "debug" string(9) "msg debug" array(1) { [0]=> int(8) } string(5) "level" string(3) "msg" array(1) { [0]=> int(9) } string(5) "level" string(10) "no context" array(0) { } array(1) { ["PsrExt\Log\LoggerTrait"]=> string(22) "PsrExt\Log\LoggerTrait" }
[-] PsrLogLevel.phpt
[edit]
[-] phpinfo.phpt
[edit]
[-] SampleStreamFactory.inc
[edit]
[-] PsrCacheInvalidArgumentException.phpt
[edit]
[-] SampleUriFactory.inc
[edit]
[-] SampleServerRequestFactory.inc
[edit]
[-] PsrEventDispatcherStoppableEventInterface.phpt
[edit]
[-] PsrHttpClientRequestExceptionInterface.phpt
[edit]
[-] PsrHttpMessageUriInterface.phpt
[edit]
[-] skip.inc
[edit]
[-] PsrHttpMessageRequestFactoryInterface.phpt
[edit]
[-] PsrLogLoggerInterface.phpt
[edit]
[-] PsrSimpleCacheInvalidArgumentException.phpt
[edit]
[-] SampleUploadedFileFactory.inc
[edit]
[-] SampleUploadedFile.inc
[edit]
[-] SampleRequest.inc
[edit]
[-] PsrSimpleCacheCacheInterface.phpt
[edit]
[-] PsrHttpMessageResponseInterface.phpt
[edit]
[-] gh78_php7.phpt
[edit]
[-] PsrHttpMessageServerRequestInterface.phpt
[edit]
[-] PsrLogLoggerAwareInterface.phpt
[edit]
[-] SampleStream.inc
[edit]
[-] PsrEventDispatcherListenerProviderInterface.phpt
[edit]
[-] PsrHttpMessageServerRequestFactoryInterface.phpt
[edit]
[-] PsrCacheCacheItemPoolInterface.phpt
[edit]
[-] PsrLogLoggerTrait.phpt
[edit]
[-] PsrHttpMessageUploadedFileInterface.phpt
[edit]
[-] PsrHttpMessageStreamInterface.phpt
[edit]
[-] SampleUri.inc
[edit]
[-] gh78_php8.phpt
[edit]
[-] phpinfo_lt_php72.phpt
[edit]
[-] PsrLogLoggerAwareTrait.phpt
[edit]
[-] PsrCacheCacheException.phpt
[edit]
[-] SampleResponseFactory.inc
[edit]
[-] PsrLinkEvolvableLinkInterface.phpt
[edit]
[-] SampleLogger.inc
[edit]
[-] PsrHttpMessageUploadedFileFactoryInterface.phpt
[edit]
[-] PsrLinkEvolvableLinkProviderInterface.phpt
[edit]
[-] SampleLoggerAware.inc
[edit]
[-] PsrHttpMessageRequestInterface.phpt
[edit]
[-] PsrContainerContainerInterface.phpt
[edit]
[-] PsrHttpMessageMessageInterface.phpt
[edit]
[-] SampleRequestFactory.inc
[edit]
[-] PsrContainerContainerExceptionInterface.phpt
[edit]
[+]
..
[-] SampleMiddleware.inc
[edit]
[-] PsrContainerNotFoundExceptionInterface.phpt
[edit]
[-] PsrHttpClientClientInterface.phpt
[edit]
[-] PsrLinkLinkProviderInterface.phpt
[edit]
[-] skip_lt_php72.inc
[edit]
[-] PsrHttpMessageUriFactoryInterface.phpt
[edit]
[-] PsrLinkLinkInterface.phpt
[edit]
[-] SampleCacheItemPool.inc
[edit]
[-] SampleRequestHandler.inc
[edit]
[-] SampleStoppableEvent.inc
[edit]
[-] SampleCacheItem.inc
[edit]
[-] PsrEventDispatcherEventDispatcherInterface.phpt
[edit]
[-] PsrHttpClientClientExceptionInterface.phpt
[edit]
[-] SampleListenerProvider.inc
[edit]
[-] PsrSimpleCacheCacheException.phpt
[edit]
[-] PsrHttpServerMiddlewareInterface.phpt
[edit]
[-] SampleServerRequest.inc
[edit]
[-] SampleResponse.inc
[edit]
[-] PsrCacheCacheItemInterface.phpt
[edit]
[-] PsrHttpServerRequestHandlerInterface.phpt
[edit]
[-] PsrLogAbstractLogger_construct.phpt
[edit]
[-] PsrLogNullLogger.phpt
[edit]
[-] PsrHttpClientNetworkExceptionInterface.phpt
[edit]
[-] PsrHttpMessageStreamFactoryInterface.phpt
[edit]
[-] SampleClient.inc
[edit]
[-] SampleMessage.inc
[edit]
[-] PsrHttpMessageResponseFactoryInterface.phpt
[edit]
[-] SampleEventDispatcher.inc
[edit]
[-] PsrLogInvalidArgumentException.phpt
[edit]
[-] SampleLogger2.inc
[edit]
[-] PsrLogAbstractLogger.phpt
[edit]