예제 #1
0
파일: spec.php 프로젝트: ahmed555/Cupcake
 public static function setDescribeOutput($bool = false)
 {
     self::$descriptive = $bool ? true : false;
 }