Changeset 4529

Show
Ignore:
Timestamp:
06/21/08 00:46:55 (13 months ago)
Author:
jwage
Message:

Removing echo from tests.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/tests/Ticket/1133TestCase.php

    r4528 r4529  
    6868                ->limit(1) 
    6969                ->offset(1); 
    70         echo $q->getSqlQuery() . '<br />'; 
    71         echo $q->getCountQuery() . '<br />'; 
    7270 
    7371        $this->assertEqual($q->count(), $q->execute()->count());