Пример #1
0
 public function testFluency()
 {
     $this->assertSame($this->object, $this->object->setFont(Fonts::BLACK)->setBackground(Backgrounds::BLACK)->setFlags(Flags::RESET)->setStyles(Styles::ALL, true));
 }