[ci skip] Cleaned some spaces
diff --git a/tests/codeigniter/helpers/date_helper_test.php b/tests/codeigniter/helpers/date_helper_test.php
index 1458acd..0f16e6c 100644
--- a/tests/codeigniter/helpers/date_helper_test.php
+++ b/tests/codeigniter/helpers/date_helper_test.php
@@ -5,7 +5,6 @@
public function set_up()
{
$this->helper('date');
-
$this->time = time();
}
diff --git a/tests/codeigniter/helpers/file_helper_test.php b/tests/codeigniter/helpers/file_helper_test.php
index 9b03da9..3a6c73a 100644
--- a/tests/codeigniter/helpers/file_helper_test.php
+++ b/tests/codeigniter/helpers/file_helper_test.php
@@ -148,6 +148,4 @@
//
// }
- // --------------------------------------------------------------------
-
}
\ No newline at end of file
diff --git a/tests/codeigniter/helpers/html_helper_test.php b/tests/codeigniter/helpers/html_helper_test.php
index 4dd717f..d66ad89 100644
--- a/tests/codeigniter/helpers/html_helper_test.php
+++ b/tests/codeigniter/helpers/html_helper_test.php
@@ -88,4 +88,5 @@
$this->assertEquals($expect, meta(array('name' => 'foo')));
}
+
}
\ No newline at end of file
diff --git a/tests/codeigniter/helpers/path_helper_test.php b/tests/codeigniter/helpers/path_helper_test.php
index 0faf6f3..d25c3ed 100644
--- a/tests/codeigniter/helpers/path_helper_test.php
+++ b/tests/codeigniter/helpers/path_helper_test.php
@@ -26,6 +26,7 @@
set_realpath('/path/to/nowhere', TRUE);
}
+
}
/* End of file path_helper_test.php */
\ No newline at end of file
diff --git a/tests/codeigniter/libraries/Driver_test.php b/tests/codeigniter/libraries/Driver_test.php
index fb5f3f0..d98e8ab 100644
--- a/tests/codeigniter/libraries/Driver_test.php
+++ b/tests/codeigniter/libraries/Driver_test.php
@@ -173,4 +173,5 @@
// Can we call the parent method?
$this->assertEquals($return, $child->$method());
}
-}
+
+}
\ No newline at end of file
diff --git a/tests/codeigniter/libraries/Encrypt_test.php b/tests/codeigniter/libraries/Encrypt_test.php
index 21ac85f..a08db8e 100644
--- a/tests/codeigniter/libraries/Encrypt_test.php
+++ b/tests/codeigniter/libraries/Encrypt_test.php
@@ -51,7 +51,6 @@
// --------------------------------------------------------------------
-
public function test_set_cipher()
{
if ( ! $this->mcrypt)
diff --git a/tests/codeigniter/libraries/Session_test.php b/tests/codeigniter/libraries/Session_test.php
index 7ef3a36..6edda99 100644
--- a/tests/codeigniter/libraries/Session_test.php
+++ b/tests/codeigniter/libraries/Session_test.php
@@ -4,6 +4,7 @@
* Session driver library unit test
*/
class Session_test extends CI_TestCase {
+
protected $settings = array(
'use_cookies' => 0,
'use_only_cookies' => 0,
@@ -421,4 +422,5 @@
$this->session->native->sess_destroy();
$this->assertNull($this->session->native->userdata($key));
}
-}
+
+}
\ No newline at end of file
diff --git a/tests/mocks/ci_testconfig.php b/tests/mocks/ci_testconfig.php
index 0c52bb9..f80adc5 100644
--- a/tests/mocks/ci_testconfig.php
+++ b/tests/mocks/ci_testconfig.php
@@ -17,4 +17,4 @@
return TRUE;
}
-}
+}
\ No newline at end of file
diff --git a/tests/mocks/core/common.php b/tests/mocks/core/common.php
index 9289b27..24d645a 100644
--- a/tests/mocks/core/common.php
+++ b/tests/mocks/core/common.php
@@ -148,7 +148,6 @@
}
}
-
// We assume a few things about our environment ...
// --------------------------------------------------------------------
diff --git a/tests/mocks/libraries/driver.php b/tests/mocks/libraries/driver.php
index 91bb015..6331943 100644
--- a/tests/mocks/libraries/driver.php
+++ b/tests/mocks/libraries/driver.php
@@ -24,4 +24,4 @@
{
return $this->lib_name;
}
-}
+}
\ No newline at end of file
diff --git a/tests/mocks/libraries/session.php b/tests/mocks/libraries/session.php
index 11b27cf..562033b 100644
--- a/tests/mocks/libraries/session.php
+++ b/tests/mocks/libraries/session.php
@@ -33,4 +33,4 @@
$_COOKIE[$name] = $value;
}
}
-}
+}
\ No newline at end of file