diff --git a/SampleClassTest.php b/SampleClassTest.php index 67df542..30f67fa 100644 --- a/SampleClassTest.php +++ b/SampleClassTest.php @@ -70,7 +70,7 @@ public function provideTestFibArgs() { * explicitly cover this one method, and not any of the resouces that * method might use itself.) * - * @covers SampleClass::printFibSequence + * @covers SampleClass::fib * @dataProvider provideTestFibArgs * @return void */