Example #1
0
 public function test_get_setTypeNames()
 {
     $collection = new Collection('test', $this->mockTypeFactory, array());
     $collection->addTypeName('test');
     $this->assertEquals(array('test' => $this->childController), $collection->getTypes());
 }