/** * @covers Rvi\Html\Layout\Footer::addJsCode */ public function testAddJsCode() { $this->assertNull($this->object->addJsCode("alert(1);")); }