unit tests are input too
This commit is contained in:
parent
26b2cd5c16
commit
28c10d1748
@ -127,7 +127,7 @@ abstract class ShimmiePHPUnitTestCase extends PHPUnit_Framework_TestCase {
|
|||||||
$dae = new DataUploadEvent($filename, array(
|
$dae = new DataUploadEvent($filename, array(
|
||||||
"filename" => $filename,
|
"filename" => $filename,
|
||||||
"extension" => pathinfo($filename, PATHINFO_EXTENSION),
|
"extension" => pathinfo($filename, PATHINFO_EXTENSION),
|
||||||
"tags" => $tags,
|
"tags" => Tag::explode($tags),
|
||||||
"source" => null,
|
"source" => null,
|
||||||
));
|
));
|
||||||
send_event($dae);
|
send_event($dae);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user