diff --git a/tests/MethodMutationTest.php b/tests/MethodMutationTest.php index 8aa2f0191..804a2024b 100644 --- a/tests/MethodMutationTest.php +++ b/tests/MethodMutationTest.php @@ -92,7 +92,6 @@ class MethodMutationTest extends TestCase $file_checker = new FileChecker('somefile.php', $this->project_checker); $context = new Context(); $file_checker->visit($context); - $file_checker->analyze(false, true); $method_context = new Context(); $this->project_checker->getMethodMutations('FooController::barBar', $method_context); @@ -130,7 +129,6 @@ class MethodMutationTest extends TestCase $file_checker = new FileChecker('somefile.php', $this->project_checker); $context = new Context(); $file_checker->visit($context); - $file_checker->analyze(false, true); $method_context = new Context(); $this->project_checker->getMethodMutations('FooController::__construct', $method_context); @@ -168,7 +166,6 @@ class MethodMutationTest extends TestCase $file_checker = new FileChecker('somefile.php', $this->project_checker); $context = new Context(); $file_checker->visit($context); - $file_checker->analyze(false, true); $method_context = new Context(); $this->project_checker->getMethodMutations('FooController::__construct', $method_context);