first commit
This commit is contained in:
6
vendor/phpunit/php-token-stream/tests/_fixture/classInNamespace.php
vendored
Normal file
6
vendor/phpunit/php-token-stream/tests/_fixture/classInNamespace.php
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
namespace Foo\Bar;
|
||||
|
||||
class TestClass
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user