mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove duplicated reflection test
[ci skip] This is already tested in 016.phpt.
This commit is contained in:
parent
085abe932a
commit
c7db07eae8
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
--TEST--
|
|
||||||
ReflectionExtension::getDependencies() method on an extension with a required and conflicting dependency
|
|
||||||
--CREDITS--
|
|
||||||
Felix De Vliegher <felix.devliegher@gmail.com>
|
|
||||||
--EXTENSIONS--
|
|
||||||
dom
|
|
||||||
--FILE--
|
|
||||||
<?php
|
|
||||||
$dom = new ReflectionExtension('dom');
|
|
||||||
var_dump($dom->getDependencies());
|
|
||||||
?>
|
|
||||||
--EXPECT--
|
|
||||||
array(3) {
|
|
||||||
["libxml"]=>
|
|
||||||
string(8) "Required"
|
|
||||||
["lexbor"]=>
|
|
||||||
string(8) "Required"
|
|
||||||
["domxml"]=>
|
|
||||||
string(9) "Conflicts"
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue