Security update for Core, with self-updated composer
[yaffs-website] / vendor / phpunit / php-token-stream / tests / _fixture / classUsesNamespacedFunction.php
diff --git a/vendor/phpunit/php-token-stream/tests/_fixture/classUsesNamespacedFunction.php b/vendor/phpunit/php-token-stream/tests/_fixture/classUsesNamespacedFunction.php
new file mode 100644 (file)
index 0000000..5e08a12
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+namespace foo;
+
+use function bar\baz;
+
+class Foo
+{
+}
\ No newline at end of file