Esempio n. 1
0
 /**
  * Tests titleSeparator
  *
  * @author Nikolaos Dimopoulos <*****@*****.**>
  * @since  2012-09-05
  */
 public function testSetTitleSeparator()
 {
     $this->specify("titleSeparator returns incorrect result", function () {
         Tag::resetInput();
         Tag::setTitleSeparator('-');
         expect(Tag::getTitleSeparator())->equals("-");
     });
 }