Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetScripts()
 {
     $scripts = $this->object->getScripts();
     $this->assertInternalType('array', $scripts);
 }