public function testGetNoAssetMappings()
 {
     $this->discoveryManager->expects($this->once())->method('findBindings')->with($this->defaultExpr())->willReturn(array());
     $this->assertEquals(array(), $this->manager->getAssetMappings());
 }