// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php81-pecl-psr_1.2.0-1.el8
/
tests
[ PARENT ]
EDIT :: PsrLinkLinkInterface.phpt
--TEST-- Psr\Link\LinkInterface --SKIPIF-- <?php include('skip.inc'); ?> --FILE-- <?php use Psr\Link\LinkInterface; class MyImpl implements LinkInterface { public function getHref() {} public function isTemplated() {} public function getRels() {} public function getAttributes() {} } $ex = new MyImpl(); var_dump($ex instanceof LinkInterface); --EXPECT-- bool(true)
SAVE
CANCEL