public function testGetNoRootAssetMappings()
 {
     $this->discoveryManager->expects($this->once())->method('findRootBindings')->with($this->defaultExpr())->willReturn(array());
     $this->assertEquals(array(), $this->manager->getRootAssetMappings());
 }