'; $this->assertEquals($clean, inlinSVG($file)); } /** * embed should fail because of the file size limit */ function test_fail() { $file = mediaFN('wiki:test.svg'); $this->assertFalse(inlinSVG($file, 100)); } }