summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2011-12-27 01:42:31 +0100
committerAndrey Andreev <narf@bofh.bg>2011-12-27 01:42:31 +0100
commit9c0e2346e06e71d4f2c467f986dc39ff30137643 (patch)
tree220b27bd7f6a969cb014c4279153269d1da26d42
parent114586fa466e085180f8c2c5b9ec1c514b3cefb2 (diff)
Remove access lines from method descriptions
-rw-r--r--system/libraries/Unit_test.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php
index 99c34ea61..fd3880d29 100644
--- a/system/libraries/Unit_test.php
+++ b/system/libraries/Unit_test.php
@@ -70,7 +70,6 @@ class CI_Unit_test {
*
* Runs the supplied tests
*
- * @access public
* @param array
* @return void
*/
@@ -89,7 +88,6 @@ class CI_Unit_test {
*
* Runs the supplied tests
*
- * @access public
* @param mixed
* @param mixed
* @param string
@@ -138,7 +136,6 @@ class CI_Unit_test {
*
* Displays a table with the test data
*
- * @access public
* @return string
*/
public function report($result = array())
@@ -188,7 +185,6 @@ class CI_Unit_test {
*
* Causes the evaluation to use === rather than ==
*
- * @access public
* @param bool
* @return null
*/
@@ -204,7 +200,6 @@ class CI_Unit_test {
*
* Enables/disables unit testing
*
- * @access public
* @param bool
* @return null
*/
@@ -220,7 +215,6 @@ class CI_Unit_test {
*
* Returns the raw result data
*
- * @access public
* @return array
*/
public function result($results = array())
@@ -278,7 +272,6 @@ class CI_Unit_test {
*
* This lets us set the template to be used to display results
*
- * @access public
* @param string
* @return void
*/
@@ -294,7 +287,6 @@ class CI_Unit_test {
*
* This lets us show file names and line numbers
*
- * @access protected
* @return array
*/
protected function _backtrace()
@@ -315,7 +307,6 @@ class CI_Unit_test {
/**
* Get Default Template
*
- * @access protected
* @return string
*/
protected function _default_template()
@@ -333,7 +324,6 @@ class CI_Unit_test {
*
* Harvests the data within the template {pseudo-variables}
*
- * @access protected
* @return void
*/
protected function _parse_template()
@@ -359,8 +349,6 @@ class CI_Unit_test {
/**
* Helper functions to test boolean true/false
*
- *
- * @access protected
* @return bool
*/
function is_true($test)