Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
12 | public function testMyTestCase() { |
||
13 | $this->open("/"); |
||
14 | $this->type("id=gbqfq", "pucela testing days"); |
||
15 | // $this->assertEquals("pucela testing days - Buscar con Google", $this->getTitle()); |
||
16 | $this->click("//ol[@id='rso']/li[2]/div/h3/a/em"); |
||
17 | $this->waitForPageToLoad("30000"); |
||
18 | $this->assertEquals("Pucela Testing Days | juanignaciosl", $this->getTitle()); |
||
19 | } |
||
20 | |||
22 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.