exists() public method

public exists ( ) : boolean
return boolean
Esempio n. 1
0
 public function testNotExists()
 {
     $database = new Database('test_not_exists', $this->mockClient);
     $this->assertEquals($database->exists(), false);
 }