You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However if I run phpunit tests it doesn't run tests\RepkaQA\PageObject\WebElementProxyTest.php test. I can say for 100% that it doesn't run any test case, that was used as super class for other test case.
However maybe the problem is in the order of test case location in folder, where extended test case is located first and it's super class is somehow marked as processed.
The text was updated successfully, but these errors were encountered:
I have following directory structure:
File contents:
and
When I run
phpunit
it picks upphpunit.xml
with following content:and runs both tests.
However if I run
phpunit tests
it doesn't runtests\RepkaQA\PageObject\WebElementProxyTest.php
test. I can say for 100% that it doesn't run any test case, that was used as super class for other test case.However maybe the problem is in the order of test case location in folder, where extended test case is located first and it's super class is somehow marked as processed.
The text was updated successfully, but these errors were encountered: