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
127ad3a9
Commit
127ad3a9
authored
Dec 02, 2006
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
edddb0c8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
DriverTestCase.php
tests/DriverTestCase.php
+1
-1
run.php
tests/run.php
+5
-5
No files found.
tests/DriverTestCase.php
View file @
127ad3a9
tests/run.php
View file @
127ad3a9
...
@@ -123,7 +123,7 @@ print '<pre>';
...
@@ -123,7 +123,7 @@ print '<pre>';
$test
=
new
GroupTest
(
'Doctrine Framework Unit Tests'
);
$test
=
new
GroupTest
(
'Doctrine Framework Unit Tests'
);
/**
/**
$test->addTestCase(new Doctrine_Export_Sqlite_TestCase());
$test->addTestCase(new Doctrine_Export_Sqlite_TestCase());
foreach($drivers as $driver) {
foreach($drivers as $driver) {
...
@@ -133,6 +133,7 @@ foreach($drivers as $driver) {
...
@@ -133,6 +133,7 @@ foreach($drivers as $driver) {
}
}
$test->addTestCase(new Doctrine_Connection_Mysql_TestCase());
$test->addTestCase(new Doctrine_Connection_Mysql_TestCase());
$test->addTestCase(new Doctrine_Export_Mysql_TestCase());
$test->addTestCase(new Doctrine_Export_Mysql_TestCase());
...
@@ -145,9 +146,8 @@ $test->addTestCase(new Doctrine_Export_Firebird_TestCase());
...
@@ -145,9 +146,8 @@ $test->addTestCase(new Doctrine_Export_Firebird_TestCase());
$test->addTestCase(new Doctrine_Configurable_TestCase());
$test->addTestCase(new Doctrine_Configurable_TestCase());
*/
*/
$test
->
addTestCase
(
new
Doctrine_Transaction_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Transaction_TestCase
());
...
@@ -164,8 +164,9 @@ $test->addTestCase(new Doctrine_Transaction_Sqlite_TestCase());
...
@@ -164,8 +164,9 @@ $test->addTestCase(new Doctrine_Transaction_Sqlite_TestCase());
$test
->
addTestCase
(
new
Doctrine_Transaction_Mssql_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Transaction_Mssql_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Relation_ManyToMany_TestCase
());
//$test->addTestCase(new Doctrine_Relation_ManyToMany_
TestCase());
$test
->
addTestCase
(
new
Doctrine_PessimisticLocking
TestCase
());
$test
->
addTestCase
(
new
Doctrine_BooleanTestCase
());
$test
->
addTestCase
(
new
Doctrine_BooleanTestCase
());
...
@@ -208,7 +209,6 @@ $test->addTestCase(new Doctrine_BatchIteratorTestCase());
...
@@ -208,7 +209,6 @@ $test->addTestCase(new Doctrine_BatchIteratorTestCase());
//$test->addTestCase(new Doctrine_Collection_Offset_TestCase());
//$test->addTestCase(new Doctrine_Collection_Offset_TestCase());
$test
->
addTestCase
(
new
Doctrine_PessimisticLockingTestCase
());
$test
->
addTestCase
(
new
Doctrine_ViewTestCase
());
$test
->
addTestCase
(
new
Doctrine_ViewTestCase
());
...
...
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