Ejemplo n.º 1
0
 public function testHostMethod()
 {
     $cypher = new Cypher('https://*****:*****@localhost:7473');
     $host = $cypher->host();
     $this->assertEquals('https://localhost:7473', $host);
 }