File: README

package info (click to toggle)
php-structures-datagrid 0.9.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 408 kB
  • ctags: 876
  • sloc: php: 2,576; xml: 222; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 571 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

==  Structures_DataGrid Unit Tests ==

To run the tests you need:
- PHP4 or PHP5
- PHPUnit >= 1.3.2 (PHP4 compatible, get it from PEAR)

For the SQL-based tests you need the sqlite extension (bundled by default
in PHP5)

You can run a group of tests:

$ php AllDataSourceTests.php

Or all:

$ php AllTests.php

If you have your Structures_DataGrid files in a special location, set the
include_path with something like:

$ php -d 'include_path=.:/special/location:/path/to/pear' AllTests.php

where /path/to/pear may be /usr/share/php if you're on a unix-like system.