public function BiblioKeywordWebTestCase::testBiblioSaveKeyword in Bibliography Module 7
File
- tests/
BiblioKeywordWebTestCase.test, line 41
Class
- BiblioKeywordWebTestCase
- Biblio keyword web tests.
Code
public function testBiblioSaveKeyword() {
$keyword = $this
->createKeyword();
$this
->assertTrue($keyword['kid'], t('Created and saved a single keyword'));
}