From 643fa4624dd7ba2db1349f16131bf330aeee3387 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 9 Apr 2014 16:10:48 +0200 Subject: port to internal controller, some routes are still broken --- utility/timefactory.php | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 utility/timefactory.php (limited to 'utility') diff --git a/utility/timefactory.php b/utility/timefactory.php deleted file mode 100644 index ad97d5915..000000000 --- a/utility/timefactory.php +++ /dev/null @@ -1,42 +0,0 @@ -. - * - */ - - -namespace OCA\News\Utility; - - -/** - * Needed to mock calls to time() - */ -class TimeFactory { - - - /** - * @return int the result of a call to time() - */ - public function getTime() { - return time(); - } - - -} \ No newline at end of file -- cgit v1.2.3