Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function setUpSite()
 {
     // Assert that the expected title is present.
     $this->assertEqual('Configure site', $this->cssSelect('main h1')[0]);
     parent::setUpSite();
 }