Skip to content

Commit

Permalink
declare visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Jan 22, 2015
1 parent 8bb9efa commit 875918b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/AbstractSignatureMethodTest.php
Expand Up @@ -13,7 +13,7 @@ abstract class AbstractSignatureMethodTest extends \PHPUnit_Framework_TestCase
*/
abstract public function getClass();

abstract function signatureDataProvider();
abstract protected function signatureDataProvider();

public function testGetName()
{
Expand Down Expand Up @@ -48,4 +48,4 @@ protected function getToken($key = null, $secret = null)
->setConstructorArgs(array($key, $secret))
->getMock();
}
}
}

0 comments on commit 875918b

Please sign in to comment.