Selaa lähdekoodia

[TESTS] Added missing files for Zend_Loader test suite

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20281 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 vuotta sitten
vanhempi
commit
40b8a25452
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      tests/Zend/Loader/_files/Zfns/Foo.php

+ 6 - 0
tests/Zend/Loader/_files/Zfns/Foo.php

@@ -0,0 +1,6 @@
+<?php
+namespace Zfns;
+
+class Foo
+{
+}