Skip to content

Commit 775d519

Browse files
committed
started building test suite
1 parent 32bb820 commit 775d519

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Git.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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
*/

test/test-suite.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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 */

0 commit comments

Comments
 (0)