File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 88 * @package Git.php
99 * @version 0.1.1-a
1010 * @author James Brumond
11- * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc.
11+ * @copyright Copyright 2010 James Brumond
1212 * @license http://github.com/kbjr/Git.php
1313 * @link http://code.kbjrweb.com/project/gitphp
1414 */
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ /*
4+ * test-suite.php
5+ *
6+ * The Git.php test suite
7+ *
8+ * @package Git.php
9+ * @version 0.1.1-a
10+ * @author James Brumond
11+ * @copyright Copyright 2010 James Brumond
12+ * @license http://github.com/kbjr/Git.php
13+ * @link http://code.kbjrweb.com/project/gitphp
14+ */
15+
16+ class Git_TestSuite {
17+
18+ public static function run () {
19+ require dirname (__FILE__ )."/../Git.php " ;
20+ }
21+
22+ }
23+
24+
25+
26+ /* End Of File */
You can’t perform that action at this time.
0 commit comments