File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2121 },
2222 "autoload" : {
2323 "psr-4" : {
24- "PNX\\ Tree \\ " : " src"
24+ "PNX\\ NestedSet \\ " : " src"
2525 }
2626 },
2727 "autoload-dev" : {
2828 "psr-4" : {
29- "PNX\\ Tree \\ Tests\\ " : " tests"
29+ "PNX\\ NestedSet \\ Tests\\ " : " tests"
3030 }
3131 },
3232 "config" : {
Original file line number Diff line number Diff line change 11<?php
22
3- namespace PNX \Tree ;
3+ namespace PNX \NestedSet ;
44
55/**
66 * Provides a tree implementation.
Original file line number Diff line number Diff line change 11<?php
22
3- namespace PNX \Tree ;
3+ namespace PNX \NestedSet ;
44
55/**
66 * Model object that represents a node in a tree.
Original file line number Diff line number Diff line change 11<?php
22
3- namespace PNX \Tree \Storage ;
3+ namespace PNX \NestedSet \Storage ;
44
55use Doctrine \DBAL \Connection ;
66use Exception ;
7- use PNX \Tree \Node ;
8- use PNX \Tree \NestedSetInterface ;
7+ use PNX \NestedSet \Node ;
8+ use PNX \NestedSet \NestedSetInterface ;
99
1010/**
1111 * Provides a DBAL implementation of a Tree.
Original file line number Diff line number Diff line change 11<?php
22
3- namespace PNX \Tree \Tests \Functional ;
3+ namespace PNX \NestedSet \Tests \Functional ;
44
55use Console_Table ;
66use Doctrine \DBAL \Configuration ;
77use Doctrine \DBAL \DriverManager ;
88use Doctrine \DBAL \Schema \Schema ;
9- use PNX \Tree \Node ;
10- use PNX \Tree \Storage \DbalNestedSet ;
9+ use PNX \NestedSet \Node ;
10+ use PNX \NestedSet \Storage \DbalNestedSet ;
1111
1212/**
1313 * Tests the Dbal Tree implementation.
You can’t perform that action at this time.
0 commit comments