diff --git a/tests/phpunit/tests/Helper/SingleEventData.php b/tests/phpunit/tests/Helper/SingleEventData.php new file mode 100644 index 00000000..e20e786d --- /dev/null +++ b/tests/phpunit/tests/Helper/SingleEventData.php @@ -0,0 +1,22 @@ +assertEquals('1 hour 31 mins', SingleEventData::getFormattedTimeDiff($start, $end)); + } +} \ No newline at end of file