public function testRemoveLeaf() { $coll = new AssetCollection(array( $leaf = new StringAsset('asdf'), )); $this ->assertTrue($coll ->removeLeaf($leaf)); }