[limb-issues] Updated: (TR-5) .init.php file in test directories should be included before any other test files
Sergey Yudin (JIRA)
jira at limb-project.com
Mon Oct 30 17:44:32 MSK 2006
[ http://jira.limb-project.com/browse/TR-5?page=all ]
Sergey Yudin updated TR-5:
--------------------------
Summary: .init.php file in test directories should be included before any other test files (was: .init.php file in test directories should be included before any other tag test files)
Description: I try to put common require_once commands into this file not to repeat them everytime in all my test cases files. But TEST_RUNNER creates path node "bottom -> up" and thus causes a "class is not defined" exception. I think we should require possible .init.php files "top -> down" and only after that create our node "bottom -> up" as usual. (was: I try to put common require_once command into this file not to repeat them everytime in all my test cases files. But TEST_RUNNER creates path node bottom -> up and thus causes a "class is not defined" exception. I think we should require possible .init.php files top -> down and only after that create our node bottom -> up as usual.)
> .init.php file in test directories should be included before any other test files
> ---------------------------------------------------------------------------------
>
> Key: TR-5
> URL: http://jira.limb-project.com/browse/TR-5
> Project: TESTS_RUNNER
> Issue Type: Improvement
> Affects Versions: 0.1
> Reporter: Sergey Yudin
> Assigned To: Sergey Yudin
> Fix For: 0.1
>
>
> I try to put common require_once commands into this file not to repeat them everytime in all my test cases files. But TEST_RUNNER creates path node "bottom -> up" and thus causes a "class is not defined" exception. I think we should require possible .init.php files "top -> down" and only after that create our node "bottom -> up" as usual.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.limb-project.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the limb-issues
mailing list