tests/Vola/UploadFile/FilesFilterTest.php
@@ -28,6 +28,17 @@ public function testEmpty() { $atteso = '{}'; $atteso = '[]'; $esito = $this->object->toJson(); $this->assertEquals($atteso, $esito); } public function testAddGif() { $atteso = '{"title":"Image files","extensions":"gif"}'; $this->object->addExt('gif'); $esito = $this->object->toJson(); $this->assertEquals($atteso, $esito);