コード例 #1
0
ファイル: ObjectTest.php プロジェクト: pear2/console_color
 public function testFluency()
 {
     $this->assertSame($this->object, $this->object->setFont(Fonts::BLACK)->setBackground(Backgrounds::BLACK)->setFlags(Flags::RESET)->setStyles(Styles::ALL, true));
 }