diff options
author | David <ottodavid@gmx.net> | 2015-08-10 17:58:59 +0200 |
---|---|---|
committer | David <ottodavid@gmx.net> | 2015-08-10 18:10:37 +0200 |
commit | ac81ab6d556ce52e98acf636bbcd8ad4d60ecf4e (patch) | |
tree | 72e4966047795a6beccc35f3e323ed10fbdd8c80 /tests/FunctionalTests/features/protected/pages/Namespaces/WithoutNamespace.php | |
parent | 2bf1a517f3edc1bd43b8e3340f0f6fd31b1ba94a (diff) |
First support for pages with namespaced page class files
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages/Namespaces/WithoutNamespace.php')
-rw-r--r-- | tests/FunctionalTests/features/protected/pages/Namespaces/WithoutNamespace.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/Namespaces/WithoutNamespace.php b/tests/FunctionalTests/features/protected/pages/Namespaces/WithoutNamespace.php new file mode 100644 index 00000000..ad671e7f --- /dev/null +++ b/tests/FunctionalTests/features/protected/pages/Namespaces/WithoutNamespace.php @@ -0,0 +1,6 @@ +<?php + +class WithoutNamespace extends TPage +{ + +}
\ No newline at end of file |