You are here

function BiblioKeywordUnitTest::testBiblioSaveKeyword in Bibliography Module 6.2

Same name and namespace in other branches
  1. 7.2 tests/keyword.test \BiblioKeywordUnitTest::testBiblioSaveKeyword()

File

tests/keyword.test, line 44
Tests for keyword functions in Drupal biblio module.

Class

BiblioKeywordUnitTest
Unit tests for keyword functions.

Code

function testBiblioSaveKeyword() {
  $keyword = $this
    ->createKeyword();
  $this
    ->assertTrue($keyword['kid'], t('Created and saved a single keyword'));
}