Lines Matching full:should
33 $this->assertNotEquals($editRev, $delRev, 'deletion should get its own revision');
37 'current revision should be the deletion'
42 'the revision before the deletion should be the last edit'
71 $this->assertNotEquals($editRev, $delRev, 'external deletion should get its own revision');
72 …$this->assertEquals(DOKU_CHANGE_TYPE_DELETE, $delInfo['type'], 'current revision should be the del…
77 'the revision before the external deletion should be the last edit'
104 …$this->assertArrayNotHasKey('timestamp', $currentInfo, 'should not be a synthesized external edit'…
105 …$this->assertCount(1, $changelog->getRevisions(-1, 200), 'no external edit entry should be added');
108 …$this->assertEquals($lastRev, filemtime(wikiFN($page)), 'file mtime should be reset to the changel…
232 …$this->assertEquals(DOKU_CHANGE_TYPE_CREATE, $currentInfo['type'], 'should be an external creation…
299 … $this->assertEquals($extRev, $detectedRev, 'external edit should be detected at the file mtime');
300 … $this->assertEquals(DOKU_CHANGE_TYPE_EDIT, $detectedInfo['type'], 'should be an external edit');
304 'page changelog should hold the create and the external edit'
329 // change (the create just written there) and should be appended
341 'a current external edit should be appended to the global changelog'