Skip to content

Commit

Permalink
Fixed DataAccessTest to be included in AllTests.
Browse files Browse the repository at this point in the history
  • Loading branch information
romanb committed May 14, 2010
1 parent ad9d678 commit 8174f67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/Doctrine/Tests/DBAL/Functional/AllTests.php
Expand Up @@ -27,6 +27,7 @@ public static function suite()
$suite->addTestSuite('Doctrine\Tests\DBAL\Functional\Schema\OracleSchemaManagerTest');
$suite->addTestSuite('Doctrine\Tests\DBAL\Functional\Schema\Db2SchemaManagerTest');
$suite->addTestSuite('Doctrine\Tests\DBAL\Functional\ConnectionTest');
$suite->addTestSuite('Doctrine\Tests\DBAL\Functional\DataAccessTest');

return $suite;
}
Expand Down
4 changes: 3 additions & 1 deletion tests/Doctrine/Tests/DBAL/Functional/DataAccessTest.php
@@ -1,6 +1,8 @@
<?php

namespace Doctrine\Models\DBAL\Functional;
namespace Doctrine\Tests\DBAL\Functional;

require_once __DIR__ . '/../../TestInit.php';

class DataAccessTest extends \Doctrine\Tests\DbalFunctionalTestCase
{
Expand Down

0 comments on commit 8174f67

Please sign in to comment.