Skip to content

Commit

Permalink
NOBUG - fix phpunit method name lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
emcconville committed Feb 6, 2017
1 parent 4efc4f5 commit 29ee2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ZhaoSaalfeldTest.php
Expand Up @@ -33,7 +33,7 @@ class ZhaoSaalfeldTest extends PHPUnit_Framework_TestCase
* @test
* @covers PointReduction\Algorithms\Abstraction::setPoints
* @covers PointReduction\Algorithms\ZhaoSaalfeld::reduce
* @covers PointReduction\Algorithms\ZhaoSaalfeld::theta
* @covers PointReduction\Algorithms\ZhaoSaalfeld::_theta
* @covers PointReduction\Algorithms\Abstraction::lastKey
* @covers PointReduction\Algorithms\Abstraction::count
*
Expand Down Expand Up @@ -66,7 +66,7 @@ public function testReduce()
* @test
* @covers PointReduction\Algorithms\Abstraction::setPoints
* @covers PointReduction\Algorithms\ZhaoSaalfeld::reduce
* @covers PointReduction\Algorithms\ZhaoSaalfeld::theta
* @covers PointReduction\Algorithms\ZhaoSaalfeld::_theta
* @covers PointReduction\Algorithms\Abstraction::lastKey
* @covers PointReduction\Algorithms\Abstraction::count
*
Expand Down

0 comments on commit 29ee2ee

Please sign in to comment.