Author: Jan Sorgalla (jan.sorgalla@dotsunited.de)
Exemplo n.º 1
0
 public function testCreateBundleAcceptsStringArgument()
 {
     $factory = new Factory(array('name' => 'foo'));
     $bundle = $factory->createBundle('bar');
     $this->assertEquals('bar', $bundle->getName());
 }