summaryrefslogtreecommitdiffstats
path: root/tests/mocks
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-20 15:42:16 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-20 15:42:16 +0100
commit10e7a32257b26c5609f4a745e3f80bde00da3a05 (patch)
tree9f2caf028dd9906b31ad31d8d2b2049943dab2c0 /tests/mocks
parentf30b14ae7bb45948f0b8f6dc806dc6c59800fe56 (diff)
Remove a few empty 'mock' classes
Diffstat (limited to 'tests/mocks')
-rw-r--r--tests/mocks/core/benchmark.php3
-rw-r--r--tests/mocks/database/db/driver.php2
-rw-r--r--tests/mocks/database/db/querybuilder.php3
-rw-r--r--tests/mocks/libraries/parser.php3
-rw-r--r--tests/mocks/libraries/typography.php3
-rw-r--r--tests/mocks/libraries/upload.php3
-rw-r--r--tests/mocks/libraries/useragent.php3
7 files changed, 1 insertions, 19 deletions
diff --git a/tests/mocks/core/benchmark.php b/tests/mocks/core/benchmark.php
deleted file mode 100644
index d92be21db..000000000
--- a/tests/mocks/core/benchmark.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-
-class Mock_Core_Benchmark extends CI_Benchmark {} \ No newline at end of file
diff --git a/tests/mocks/database/db/driver.php b/tests/mocks/database/db/driver.php
index 2cf54b97b..86f7efd54 100644
--- a/tests/mocks/database/db/driver.php
+++ b/tests/mocks/database/db/driver.php
@@ -37,4 +37,4 @@ class Mock_Database_DB_Driver extends CI_DB_driver {
}
-class CI_DB extends Mock_Database_DB_QueryBuilder {} \ No newline at end of file
+class CI_DB extends CI_DB_query_builder {} \ No newline at end of file
diff --git a/tests/mocks/database/db/querybuilder.php b/tests/mocks/database/db/querybuilder.php
deleted file mode 100644
index 3f2252622..000000000
--- a/tests/mocks/database/db/querybuilder.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-
-class Mock_Database_DB_QueryBuilder extends CI_DB_query_builder {} \ No newline at end of file
diff --git a/tests/mocks/libraries/parser.php b/tests/mocks/libraries/parser.php
deleted file mode 100644
index 81dcfb37e..000000000
--- a/tests/mocks/libraries/parser.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-
-class Mock_Libraries_Parser extends CI_Parser {} \ No newline at end of file
diff --git a/tests/mocks/libraries/typography.php b/tests/mocks/libraries/typography.php
deleted file mode 100644
index 0f76c5745..000000000
--- a/tests/mocks/libraries/typography.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-
-class Mock_Libraries_Typography extends CI_Typography {} \ No newline at end of file
diff --git a/tests/mocks/libraries/upload.php b/tests/mocks/libraries/upload.php
deleted file mode 100644
index 988723e45..000000000
--- a/tests/mocks/libraries/upload.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-
-class Mock_Libraries_Upload extends CI_Upload {} \ No newline at end of file
diff --git a/tests/mocks/libraries/useragent.php b/tests/mocks/libraries/useragent.php
deleted file mode 100644
index c957cde5b..000000000
--- a/tests/mocks/libraries/useragent.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-
-class Mock_Libraries_UserAgent extends CI_User_agent {} \ No newline at end of file