コード例 #1
0
 public function testGetRegisteredChannelTypes()
 {
     $this->assertInstanceOf('Doctrine\\Common\\Collections\\Collection', $this->typesRegistry->getRegisteredChannelTypes());
     $this->assertContainsOnlyInstancesOf('Oro\\Bundle\\IntegrationBundle\\Provider\\ChannelInterface', $this->typesRegistry->getRegisteredChannelTypes());
 }