exists() 공개 메소드

public exists ( ) : boolean
리턴 boolean
예제 #1
0
 public function testNotExists()
 {
     $database = new Database('test_not_exists', $this->mockClient);
     $this->assertEquals($database->exists(), false);
 }