1 | <?php |
||
6 | class NestedSetTest |
||
7 | extends \PHPUnit_Framework_TestCase |
||
|
|||
8 | { |
||
9 | public function factoryDataProvider() |
||
26 | |||
27 | /** |
||
28 | * @dataProvider factoryDataProvider |
||
29 | */ |
||
30 | public function testFactoryMethod($dbAdapterClass, $expectedAdapterClass) |
||
40 | |||
41 | public function testThrowExceptionIfYouDbAdapterIsNotSupporter() |
||
51 | } |
||
52 |