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
{{ message }}
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
When you are runningphpchunkit watch and you save TestCounter.php, the PHPChunkit\Test\TestCounterTest class will be executed.
The problem is people organize tests a few different ways as far I have seen so we could maybe guess based on the known patterns people use to find the associated unit test.
The text was updated successfully, but these errors were encountered:
Replace it by guessing the location of the test automatically based on the class name.
When you are running
phpchunkit watch
and you saveTestCounter.php
, thePHPChunkit\Test\TestCounterTest
class will be executed.The problem is people organize tests a few different ways as far I have seen so we could maybe guess based on the known patterns people use to find the associated unit test.
The text was updated successfully, but these errors were encountered: