Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
e91feeaf
Commit
e91feeaf
authored
Jan 09, 2007
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
little fix
parent
2b7731d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
run.php
tests/run.php
+7
-7
No files found.
tests/run.php
View file @
e91feeaf
...
@@ -59,13 +59,6 @@ $test = new GroupTest('Doctrine Framework Unit Tests');
...
@@ -59,13 +59,6 @@ $test = new GroupTest('Doctrine Framework Unit Tests');
$test
->
addTestCase
(
new
Doctrine_Sequence_Firebird_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Informix_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Mysql_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Mssql_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Pgsql_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Oracle_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Sqlite_TestCase
());
// DATABASE ABSTRACTION tests
// DATABASE ABSTRACTION tests
...
@@ -101,6 +94,13 @@ $test->addTestCase(new Doctrine_DataDict_Sqlite_TestCase());
...
@@ -101,6 +94,13 @@ $test->addTestCase(new Doctrine_DataDict_Sqlite_TestCase());
// Sequence module (not yet fully tested)
// Sequence module (not yet fully tested)
$test
->
addTestCase
(
new
Doctrine_Sequence_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Firebird_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Informix_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Mysql_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Mssql_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Pgsql_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Oracle_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Sequence_Sqlite_TestCase
());
// Export module (not yet fully tested)
// Export module (not yet fully tested)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment