| 1 | <?php |
||
| 16 | class ReadmeTest extends \PHPUnit_Framework_TestCase |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var Tester |
||
| 20 | */ |
||
| 21 | protected $tester; |
||
| 22 | |||
| 23 | public $clean = false; |
||
| 24 | |||
| 25 | protected function setUp() |
||
| 29 | |||
| 30 | protected function tearDown() |
||
| 34 | |||
| 35 | protected function prepare($subdir) |
||
| 43 | |||
| 44 | /** |
||
| 45 | * Test defaults. |
||
| 46 | */ |
||
| 47 | public function testMinimal() |
||
| 53 | |||
| 54 | /** |
||
| 55 | * Test options: badges, docs and more. |
||
| 56 | */ |
||
| 57 | public function testMore() |
||
| 65 | } |
||
| 66 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.