Skip to content

Commit 9fc0541

Browse files
committed
rename: Renamed class for use with PHPUnit
1 parent 962edce commit 9fc0541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

‎index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// needs a BIG refactor
44

55

6-
include("db.class.php");
6+
include("DbClass.php");
77

88
db::addConnection('default', array("HOST" => "localhost", "USER" => "root", "PASSWORD" => "", "NAME" => "test"));
99

@@ -16,4 +16,4 @@
1616
echo "</pre>";
1717
}
1818

19-
db::performance();
19+
db::performance();

0 commit comments

Comments
 (0)