1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-05-25 20:28:10 +03:00

Added new data sets to unit tests

This commit is contained in:
Alexander Kochetov 2015-01-03 18:20:40 +03:00
parent 55de75a028
commit feef2c1e3a
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataset>
<multiple_roots_tree id="32" tree="23" lft="17" rgt="22" depth="2" name="Node 2.1"/>
<multiple_roots_tree id="35" tree="23" lft="23" rgt="28" depth="2" name="Node 2.2"/>
</dataset>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataset>
<tree id="10" lft="17" rgt="22" depth="2" name="Node 2.1"/>
<tree id="13" lft="23" rgt="28" depth="2" name="Node 2.2"/>
</dataset>