예제 #1
0
 public function testGenericCall()
 {
     $testString = 'Colored';
     $result = Color\TextColorManager::green(array($testString));
     $this->string($result)->isEqualTo("Colored");
 }