public function testGetMTime()
 {
     $now = Tinebase_DateTime::now()->getTimestamp();
     $this->testCreateFile();
     $timestamp = $this->_controller->getMTime($this->_basePath . '/PHPUNIT/phpunit.txt');
     $this->assertGreaterThanOrEqual(sprintf('%u', $now), sprintf('%u', $timestamp));
 }