You are here

public function TagadelicDrupalWrapperTest::testL_requires_path in Tagadelic 7.2

@expectedException PHPUnit_Framework_Error

File

tests/TagadelicDrupalWrapperTest.php, line 98

Class

TagadelicDrupalWrapperTest

Code

public function testL_requires_path() {
  $this->object
    ->l("text");
}