You are here

public function TagadelicDrupalWrapperTest::testL_requires_text in Tagadelic 7.2

@expectedException PHPUnit_Framework_Error

File

tests/TagadelicDrupalWrapperTest.php, line 92

Class

TagadelicDrupalWrapperTest

Code

public function testL_requires_text() {
  $this->object
    ->l();
}