예제 #1
0
파일: ClanCats.php 프로젝트: clancats/core
 /**
  * Test CC environment is
  */
 public function testEnvironment_is()
 {
     $this->assertTrue(\ClanCats::environment_is('phpunit'));
     $this->assertFalse(\ClanCats::environment_is('development'));
 }