diff --git a/src/Factories/TestCaseFactory.php b/src/Factories/TestCaseFactory.php index 3e37d5e3..ee4daf84 100644 --- a/src/Factories/TestCaseFactory.php +++ b/src/Factories/TestCaseFactory.php @@ -210,8 +210,6 @@ final class TestCaseFactory eval($classCode); } catch (ParseError $caught) { - - throw new RuntimeException(sprintf( "Unable to create test case for test file at %s. \n %s", $filename,