creocoder / yii2-nested-sets

The nested sets behavior for the Yii framework.
Other
446 stars 129 forks source link

making the tests work for appendTo and prependTo for single tree #43

Closed Mihai-P closed 9 years ago

Mihai-P commented 9 years ago

making the tests work for prependTo and appendTo. I created the XML trees and uncommented the lines that run the actual tests.

Mihai-P commented 9 years ago

1 thing, the trees you have created are in the wrong order. When the dataset is created, it is created ordered by id not by lft. I have created the XML trees but I had to move the New Node to the end. If you know a way to order the dataset by lft it would be great as it is much easier to follow.

Mihai-P commented 9 years ago

I also added tests for insertBefore and insertAfter

creocoder commented 9 years ago

@Mihai-P Great work! Thanks!