X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Ftest%2FReflection%2FReflectionConstantBCTest.php;fp=vendor%2Fpsy%2Fpsysh%2Ftest%2FReflection%2FReflectionConstantBCTest.php;h=69d27970995d20b53d3df771bfaaca56d4fe94e5;hp=0000000000000000000000000000000000000000;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/psy/psysh/test/Reflection/ReflectionConstantBCTest.php b/vendor/psy/psysh/test/Reflection/ReflectionConstantBCTest.php new file mode 100644 index 000000000..69d279709 --- /dev/null +++ b/vendor/psy/psysh/test/Reflection/ReflectionConstantBCTest.php @@ -0,0 +1,26 @@ +assertInstanceOf('Psy\Reflection\ReflectionConstant', $refl); + $this->assertInstanceOf('Psy\Reflection\ReflectionClassConstant', $refl); + } +}