public function testConnectionWithoutPort() { $options = $this->adapter->getOptions(); unset($options['port']); $this->adapter->setOptions($options); $this->assertTrue($this->adapter->getConnection() instanceof \PDO); }