exists() публичный Метод

public exists ( ) : boolean
Результат boolean
Пример #1
0
 public function testNotExists()
 {
     $database = new Database('test_not_exists', $this->mockClient);
     $this->assertEquals($database->exists(), false);
 }