mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Removes unused code
This commit is contained in:
@ -210,8 +210,6 @@ final class TestCaseFactory
|
|||||||
|
|
||||||
eval($classCode);
|
eval($classCode);
|
||||||
} catch (ParseError $caught) {
|
} catch (ParseError $caught) {
|
||||||
|
|
||||||
|
|
||||||
throw new RuntimeException(sprintf(
|
throw new RuntimeException(sprintf(
|
||||||
"Unable to create test case for test file at %s. \n %s",
|
"Unable to create test case for test file at %s. \n %s",
|
||||||
$filename,
|
$filename,
|
||||||
|
|||||||
Reference in New Issue
Block a user