diff options
author | Heesung Ahn <ahn.heesung@gmail.com> | 2015-03-30 16:05:47 +0200 |
---|---|---|
committer | Heesung Ahn <ahn.heesung@gmail.com> | 2015-03-30 16:05:47 +0200 |
commit | aa11370ba3d326eef259fedd5a67481b3aa95df6 (patch) | |
tree | 663ba2e7c1317dc52fd52aafab2fcd8254ad1d9d /tests/codeigniter | |
parent | 7df6771e33c43b86a9e0bb8beb9d55aafec3b978 (diff) |
added spaces
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
Diffstat (limited to 'tests/codeigniter')
-rw-r--r-- | tests/codeigniter/core/Loader_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codeigniter/core/Loader_test.php b/tests/codeigniter/core/Loader_test.php index 64632c056..6028521d1 100644 --- a/tests/codeigniter/core/Loader_test.php +++ b/tests/codeigniter/core/Loader_test.php @@ -39,7 +39,7 @@ class Loader_test extends CI_TestCase { $this->assertAttributeInstanceOf($class, $lib, $this->ci_obj); // Create library in VFS - $lib = Array('unit_test_lib'=>'unit_test_lib'); + $lib = Array('unit_test_lib' => 'unit_test_lib'); // Test loading as an array (int). $this->assertInstanceOf('CI_Loader', $this->load->library($lib)); |