Subject: | Mixing Perl & PHP Testing |
While trying to add PHP tests to my A::T framework for a recent project,
I discovered that it's not possible to have both Apache::TestRunPerl and
Apache::TestRunPHP in my t/TEST script. Actually it's possible to
include both but only one of the new_test_config() methods will get
executed which means that only Perl or PHP response tests will be generated.
I could not find any documentation about using these test libraries in
conjunction with each other. I suppose part of the solution is to build
response tests manually for one or the other test library instead of
relying on the config process to autogenerate them. Is there anything
else I need to do to successfully mix Perl and PHP testing?
Thanks,
William