```diff -self::assertFalse(...); +$this->assertFalse(...); ``` and the otherway round ```diff -$this->assertFalse(...); +self::assertFalse(...); ```
and the otherway round