[Product Launch] Rerun Failed Tests (circleci tests run)

So I’m currently feeding a txt file with following format:

tests/file1.php:method1
tests/file1.php:method2
tests/file2.php:method1

When I rerun the tests with lets say tests/file1.php:method1, the circleci tests run reruns the whole tests/file1.php file.

Is there any way for circleci tests run to be more precise?

Unfortunately, no. Only test files.

"Question: Will this functionality rerun individual tests?

Answer: No, it will rerun failed test classnames or test filenames (file) that had at least one individual test failure."