diff options
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages/Namespaces/WithNamespace.php')
-rw-r--r-- | tests/FunctionalTests/features/protected/pages/Namespaces/WithNamespace.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/Namespaces/WithNamespace.php b/tests/FunctionalTests/features/protected/pages/Namespaces/WithNamespace.php new file mode 100644 index 00000000..5a49f6f6 --- /dev/null +++ b/tests/FunctionalTests/features/protected/pages/Namespaces/WithNamespace.php @@ -0,0 +1,14 @@ +<?php + +namespace Application\Pages\Namespaces; + +use Prado\Web\UI\TPage; + +class WithNamespace extends TPage +{ + + public function __construct() + { + parent::__construct(); + } +}
\ No newline at end of file |