Exemplo n.º 1
0
 public function testGetFactory()
 {
     $this->assertSame($this->factory, $this->builder->getFactory());
 }
Exemplo n.º 2
0
 protected function getDefaultKeySourceBuilder()
 {
     return SourceBuilder::newInstance();
 }