| 1 | <?php |
||
| 7 | /** |
||
| 8 | * Tests for the yaml serializer. |
||
| 9 | * @author Christian Blank <[email protected]> |
||
| 10 | */ |
||
| 11 | class YamlSerializerTest extends SapphireTest { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @var YamlSerializer |
||
| 15 | */ |
||
| 16 | private $serializer; |
||
| 17 | |||
| 18 | public function setUp() { |
||
| 22 | |||
| 23 | public function testContentType() { |
||
| 26 | |||
| 27 | public function testSerialize() { |
||
| 31 |
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.