You are here

function BiblioKeywordUnitTest::testBiblioSaveKeyword in Bibliography Module 7.2

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

File

tests/keyword.test, line 43
Tests for keyword functions.

Class

BiblioKeywordUnitTest
Unit tests for keyword functions.

Code

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