unit tests are input too
This commit is contained in:
parent
26b2cd5c16
commit
28c10d1748
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue