unit tests are input too

This commit is contained in:
Shish 2016-07-30 23:08:08 +01:00
parent 26b2cd5c16
commit 28c10d1748

View file

@ -127,7 +127,7 @@ abstract class ShimmiePHPUnitTestCase extends PHPUnit_Framework_TestCase {
$dae = new DataUploadEvent($filename, array(
"filename" => $filename,
"extension" => pathinfo($filename, PATHINFO_EXTENSION),
"tags" => $tags,
"tags" => Tag::explode($tags),
"source" => null,
));
send_event($dae);