You are here

public function TagadelicDrupalWrapperTest::testShuffle_requires_array in Tagadelic 7.2

@expectedException PHPUnit_Framework_Error

File

tests/TagadelicDrupalWrapperTest.php, line 114

Class

TagadelicDrupalWrapperTest

Code

public function testShuffle_requires_array() {
  $this->object
    ->shuffle();
}