Ejemplo n.º 1
0
 /**
  *
  */
 public function testAddTitlePrepend3()
 {
     $title = array('Jerity', 'test');
     Chrome::setTitle($title);
     Chrome::addToTitle('title', true);
     array_unshift($title, 'title');
     $this->assertEquals($title, Chrome::getTitle(false));
 }