From 9f77b42adc882ad62f6e5b188dc427dbbce5aa7c Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Tue, 21 Jul 2015 23:37:35 +0200 Subject: [PATCH] Fixes typo. --- tests/GithubAdapterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/GithubAdapterTest.php b/tests/GithubAdapterTest.php index b471bcf..54c10af 100644 --- a/tests/GithubAdapterTest.php +++ b/tests/GithubAdapterTest.php @@ -9,7 +9,7 @@ * @coversDefaultClass \Potherca\Flysystem\Github\GithubAdapter * @covers :: * @covers ::__construct - * @covers ::getClient + * @covers ::getApi */ class GithubAdapterTest extends \PHPUnit_Framework_TestCase {