Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 4, 2016
1 parent 956b507 commit 3255d61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ class CIPHPUnitTestCase extends PHPUnit_Framework_TestCase
{
protected $_error_reporting = -1;

/**
* If you have a route with closure, PHPUnit can't serialize global variables.
* You would see `Exception: Serialization of 'Closure' is not allowed`.
*
* @var array
*/
/**
* If you have a route with closure, PHPUnit can't serialize global variables.
* You would see `Exception: Serialization of 'Closure' is not allowed`.
*
* @var array
*/
protected $backupGlobalsBlacklist = ['RTR'];

/**
Expand Down

0 comments on commit 3255d61

Please sign in to comment.