removing ending ?> and some tabs
This commit is contained in:
parent
eb92f6d220
commit
d08f492656
@ -123,4 +123,3 @@ class Doctrine_Access_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual($user->get('name'), 'Jack');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -85,4 +85,3 @@ class Doctrine_BatchIterator_TestCase extends Doctrine_UnitTestCase {
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
@ -57,4 +57,3 @@ class Doctrine_Cache_FileTestCase extends Doctrine_UnitTestCase {
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
@ -37,4 +37,3 @@ class Doctrine_Cache_Query_SqliteTestCase extends Doctrine_UnitTestCase {
|
||||
$this->assertEqual($this->cache->count(), 0);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -107,4 +107,3 @@ class Doctrine_Cache_SqliteTestCase extends Doctrine_UnitTestCase {
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -74,4 +74,3 @@ class Doctrine_Collection_Offset_TestCase extends Doctrine_UnitTestCase {
|
||||
$this->assertEqual($coll[6]->getState(), Doctrine_Record::STATE_CLEAN);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -330,4 +330,3 @@ class Doctrine_Collection_TestCase extends Doctrine_UnitTestCase
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
@ -11,4 +11,3 @@ class Doctrine_Composite_PrimaryKey_TestCase extends Doctrine_UnitTestCase {
|
||||
parent::prepareTables();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -215,4 +215,3 @@ class Doctrine_Configurable_TestCase extends Doctrine_UnitTestCase {
|
||||
$this->assertTrue(is_array($this->manager->getAttributes()));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -181,4 +181,3 @@ class Doctrine_Connection_Profiler_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertTrue(is_numeric($this->profiler->lastEvent()->getElapsedSecs()));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -232,4 +232,3 @@ class Doctrine_Connection_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual($this->connection->transaction->getTransactionLevel(),0);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -180,4 +180,3 @@ class Doctrine_Connection_Transaction_TestCase extends Doctrine_UnitTestCase {
|
||||
$this->assertEqual($listener->pop(), 'onPreTransactionCommit');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -58,4 +58,3 @@ class Doctrine_CustomPrimaryKey_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual($c->identifier(), array('uid' => 1));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -177,4 +177,3 @@ class Doctrine_CustomResultSetOrder_TestCase extends Doctrine_UnitTestCase {
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -61,4 +61,3 @@ class Doctrine_DataDict_Sqlite_TestCase extends Doctrine_UnitTestCase {
|
||||
}
|
||||
}
|
||||
*/
|
||||
?>
|
||||
|
@ -116,4 +116,3 @@ class Doctrine_DataType_Boolean_TestCase extends Doctrine_UnitTestCase {
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
@ -200,4 +200,3 @@ class Doctrine_DataType_Enum_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual($q->getQuery(), "SELECT e.id AS e__id, e.status AS e__status, e.text AS e__text, e2.text AS e2__text FROM enum_test e LEFT JOIN enum_test3 e2 ON e.text = e2.text WHERE e.status = 1");
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -174,4 +174,3 @@ class Doctrine_Connection_Profiler_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertTrue(is_numeric($this->profiler->lastEvent()->getElapsedSecs()));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -135,4 +135,3 @@ class Doctrine_Db_Profiler_TestCase extends Doctrine_UnitTestCase {
|
||||
$this->assertTrue(is_numeric($this->profiler->lastEvent()->getElapsedSecs()));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -197,4 +197,3 @@ class Doctrine_Driver_UnitTestCase extends UnitTestCase {
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -90,4 +90,3 @@ class Doctrine_Export_Firebird_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual($this->adapter->pop(), 'CREATE TABLE mytable (name CHAR(10), type INT, PRIMARY KEY(name, type))');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -151,4 +151,3 @@ class Doctrine_Export_Oracle_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual($sql[0], 'CREATE TABLE sometable (id INT UNIQUE, name VARCHAR2(4), PRIMARY KEY(id), INDEX myindex (id, name))');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -96,4 +96,3 @@ class Doctrine_Export_Pgsql_TestCase extends Doctrine_UnitTestCase
|
||||
));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -152,4 +152,3 @@ class Doctrine_Export_Sqlite_TestCase extends Doctrine_UnitTestCase
|
||||
}
|
||||
*/
|
||||
}
|
||||
?>
|
||||
|
@ -86,4 +86,3 @@ class Doctrine_Export_TestCase extends Doctrine_UnitTestCase
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -170,4 +170,3 @@ class Doctrine_Hook_TestCase extends Doctrine_UnitTestCase
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
@ -59,4 +59,3 @@ class Doctrine_Manager_TestCase extends Doctrine_UnitTestCase {
|
||||
public function prepareData() { }
|
||||
public function prepareTables() { }
|
||||
}
|
||||
?>
|
||||
|
@ -216,4 +216,3 @@ class Doctrine_Query_AggregateValue_TestCase extends Doctrine_UnitTestCase
|
||||
|
||||
|
||||
}
|
||||
?>
|
||||
|
@ -121,4 +121,3 @@ class Doctrine_Query_ComponentAlias_TestCase extends Doctrine_UnitTestCase
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
@ -118,4 +118,3 @@ class Doctrine_Query_Condition_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual($query->getQuery(), $sql);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -104,4 +104,3 @@ class Doctrine_Query_Delete_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual($q->getQuery(), 'DELETE FROM entity LIMIT 10 OFFSET 20');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -117,4 +117,3 @@ class Doctrine_Query_From_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual($q->getQuery(), "SELECT e.id AS e__id, e.name AS e__name, p.id AS p__id, p.phonenumber AS p__phonenumber FROM entity e INNER JOIN groupuser g ON e.id = g.user_id INNER JOIN entity e2 ON e2.id = g.group_id LEFT JOIN phonenumber p ON e2.id = p.entity_id WHERE (e.type = 0 AND (e2.type = 1 OR e2.type IS NULL))");
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -302,4 +302,3 @@ class Doctrine_Query_Limit_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual($q->getSql(), "SELECT p.id AS p__id, p.name AS p__name, t.id AS t__id, t.tag AS t__tag FROM photo p LEFT JOIN phototag p2 ON p.id = p2.photo_id LEFT JOIN tag t ON t.id = p2.tag_id WHERE p.id IN (SELECT DISTINCT p3.id FROM photo p3 LEFT JOIN phototag p4 ON p3.id = p4.photo_id LEFT JOIN tag t2 ON t2.id = p4.tag_id ORDER BY t2.id DESC LIMIT 10) ORDER BY t.id DESC");
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -200,4 +200,3 @@ class Doctrine_Query_ReferenceModel_TestCase extends Doctrine_UnitTestCase {
|
||||
}
|
||||
*/
|
||||
}
|
||||
?>
|
||||
|
@ -231,4 +231,3 @@ class Doctrine_Query_Select_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual($users[4]->Phonenumber[0]->max, '444 555');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -128,4 +128,3 @@ class Doctrine_Query_Subquery_TestCase extends Doctrine_UnitTestCase
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -81,4 +81,3 @@ class Doctrine_Query_Update_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual($q->getQuery(), "UPDATE entity SET id = id + 1 WHERE (type = 0)");
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -249,4 +249,3 @@ class Doctrine_RawSql_TestCase extends Doctrine_UnitTestCase
|
||||
$this->assertEqual(count($coll), 3);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -43,4 +43,3 @@ class Doctrine_Record_Filter_TestCase extends Doctrine_UnitTestCase {
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -891,4 +891,3 @@ class Doctrine_Record_TestCase extends Doctrine_UnitTestCase
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
@ -212,6 +212,4 @@ class Doctrine_Relation_Access_TestCase extends Doctrine_UnitTestCase {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
@ -204,4 +204,3 @@ class Doctrine_Relation_ManyToMany_TestCase extends Doctrine_UnitTestCase {
|
||||
$this->assertEqual($component->name, 'changed name');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
class Doctrine_RepositoryTestCase extends Doctrine_UnitTestCase {
|
||||
public function testAdd() {
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -237,4 +237,3 @@ class Doctrine_Table_TestCase extends Doctrine_UnitTestCase
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
@ -84,4 +84,3 @@ class Doctrine_Ticket_Njero_TestCase extends Doctrine_UnitTestCase
|
||||
#echo "Values " . serialize(array($c, $c2, $c3));
|
||||
|
||||
}
|
||||
}?>
|
||||
|
@ -294,4 +294,3 @@ class Doctrine_UnitTestCase extends UnitTestCase
|
||||
$this->init = true;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -411,4 +411,3 @@ class Doctrine_Validator_TestCase extends Doctrine_UnitTestCase
|
||||
$this->manager->setAttribute(Doctrine::ATTR_VLD, false);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -58,4 +58,3 @@ class Doctrine_ValueHolder_TestCase extends Doctrine_UnitTestCase {
|
||||
$this->assertTrue($f);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -74,7 +74,5 @@ class Doctrine_View_TestCase extends Doctrine_UnitTestCase
|
||||
|
||||
public function testConstructor()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user