Convert spaces to tabs

This commit is contained in:
Sebastian Machuca 2016-10-13 14:45:02 +11:00
parent 8f542e5035
commit df20186c37
No known key found for this signature in database
GPG key ID: 4B3DA17F9CCF39DE
5 changed files with 134 additions and 134 deletions

View file

@ -11,10 +11,10 @@ class Resque_Tests_TestCase extends PHPUnit_Framework_TestCase
protected $resque;
protected $redis;
public static function setUpBeforeClass()
{
date_default_timezone_set('UTC');
}
public static function setUpBeforeClass()
{
date_default_timezone_set('UTC');
}
public function setUp()
{