Home
last modified time | relevance | path

Searched refs:CITE_KEY (Results 1 – 1 of 1) sorted by path

/plugin/zotero/tests/
H A DZoteroEntryTest.php7 const CITE_KEY = "Macke2012"; define in ZoteroEntryTest
21 $this->e->setCiteKey(self::CITE_KEY);
30 $this->assertEquals(self::CITE_KEY, $this->e->getCiteKey());