Ignore:
Timestamp:
May 3, 2014 11:09:03 PM (10 years ago)
Author:
anonymous
Message:

Convert tabs to spaces, and lineendings to LF in all files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/VersionTest.php

    r468 r479  
    3737
    3838    function setUp()
    39     {   
     39    {   
    4040        require dirname(__FILE__) . '/_config.inc.php';
    4141        require_once '../lib/Version.inc.php';
     
    8383    function tearDown()
    8484    {
    85         $db =& DB::getInstance();
    86    
     85        $db =& DB::getInstance();
     86   
    8787        unset($this->Version);
    8888        unset($this->Auth_SQL);
Note: See TracChangeset for help on using the changeset viewer.