Change events for project modification subscriber

This commit is contained in:
Frederic Guillot
2015-01-10 15:03:42 -05:00
parent b470b67260
commit b1e484fad6
2 changed files with 2 additions and 9 deletions

View File

@@ -104,7 +104,7 @@ class ProjectTest extends Base
$project = $p->getById(1);
$this->assertNotEmpty($project);
$this->assertEquals($now + 1, $project['last_modified']);
$this->assertGreaterThan($now, $project['last_modified']);
}
public function testIsLastModified()