예제 #1
0
 public function testUnknownColor()
 {
     $this->exception(function () {
         Color\TextColorManager::color(3);
     })->hasMessage('Unknown color ID 3');
 }