This repository was archived by the owner on Jun 10, 2022. It is now read-only.
File tree 4 files changed +6
-5
lines changed
tests/CS/DataGridBundle/Test
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
<phpunit bootstrap =" ./vendor/autoload.php" colors =" true" >
4
4
<testsuites >
5
5
<testsuite name =" CSDataGridBundle" >
6
- <directory suffix =" Test.php" >./src/CS/DataGridBundle/Tests </directory >
6
+ <directory suffix =" Test.php" >./tests </directory >
7
7
</testsuite >
8
8
</testsuites >
9
9
10
10
<filter >
11
11
<whitelist >
12
- <directory >./src/CS/DataGridBundle </directory >
12
+ <directory >./tests </directory >
13
13
<exclude >
14
14
<directory >./src/CS/DataGridBundle/Resources</directory >
15
+ <directory >./src/CS/DataGridBundle/Tests</directory >
15
16
<directory >./vendor</directory >
16
17
</exclude >
17
18
</whitelist >
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace CS \DataGridBundle \Tests \Grid ;
12
+ namespace CS \DataGridBundle \Test \Grid ;
13
13
14
14
use CS \DataGridBundle \Grid \Collection ;
15
15
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace CS \DataGridBundle \Tests \Grid \Column ;
12
+ namespace CS \DataGridBundle \Test \Grid \Column ;
13
13
14
14
use CS \DataGridBundle \Grid \Column \Column ;
15
15
use CS \DataGridBundle \Grid \Column \ColumnCollection ;
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace CS \DataGridBundle \Tests \Util ;
12
+ namespace CS \DataGridBundle \Test \Util ;
13
13
use CS \DataGridBundle \Util \ArrayStack ;
14
14
15
15
class ArrayStackTest extends \PHPUnit_Framework_TestCase
You can’t perform that action at this time.
0 commit comments