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