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