Change events for project modification subscriber
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user