public function testConfigBasedIntegrationCreation() { $this->assertEquals('*****@*****.**', $this->integration->getEmail()); $this->assertEquals('http://example.com/endpoint1', $this->integration->getEndpoint()); $this->assertEquals('Test Integration1', $this->integration->getName()); $this->assertEquals(Integration::TYPE_CONFIG, $this->integration->getSetupType()); }