From 01a4de82ebcf64b036428fd2ed6aa4ece381ed24 Mon Sep 17 00:00:00 2001 From: Justin Yost Date: Tue, 11 Feb 2014 11:36:59 -0800 Subject: [PATCH] Corects @covers documentation for testFib method --- SampleClassTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */