summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/Loader_test.php
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2013-05-25 19:17:48 +0200
committervlakoff <vlakoff@gmail.com>2013-05-25 19:17:48 +0200
commitef8ca68ea0f6c7a1ccde0dcb33308a6805a602ea (patch)
tree313a636facfdfe37056e09f39a2f4a5f9f3825ef /tests/codeigniter/core/Loader_test.php
parentd4d80223ccef8fd3606f3a89d33afbfe95226bd8 (diff)
Fix tests execution
See #2442
Diffstat (limited to 'tests/codeigniter/core/Loader_test.php')
-rw-r--r--tests/codeigniter/core/Loader_test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/codeigniter/core/Loader_test.php b/tests/codeigniter/core/Loader_test.php
index e75d0d564..04363c15c 100644
--- a/tests/codeigniter/core/Loader_test.php
+++ b/tests/codeigniter/core/Loader_test.php
@@ -147,6 +147,8 @@ class Loader_test extends CI_TestCase {
public function test_driver()
{
+ $this->ci_vfs_clone('system/libraries/Driver.php');
+
// Create driver in VFS
$driver = 'unit_test_driver';
$dir = ucfirst($driver);