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
afda33da
Commit
afda33da
authored
Jun 13, 2007
by
pookey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Removing unneeded echo from Ticket330TestCase
* Adding above mentioned test case to the test script
parent
800765e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Ticket330TestCase.php
tests/Ticket330TestCase.php
+0
-2
run.php
tests/run.php
+4
-0
No files found.
tests/Ticket330TestCase.php
View file @
afda33da
...
...
@@ -99,7 +99,5 @@ class Doctrine_Ticket330_TestCase extends Doctrine_UnitTestCase
$this
->
assertEqual
(
$this
->
dbh
->
count
(),
$prevCount
);
echo
$this
->
dbh
->
count
()
.
"
\n\n
"
;
}
}
tests/run.php
View file @
afda33da
...
...
@@ -66,6 +66,10 @@ $test = new GroupTest('Doctrine Framework Unit Tests');
// DATABASE ABSTRACTION tests
/** */
// Temp tests
$test
->
addTestCase
(
new
Doctrine_Ticket330_TestCase
());
// Connection drivers (not yet fully tested)
$test
->
addTestCase
(
new
Doctrine_Connection_Pgsql_TestCase
());
$test
->
addTestCase
(
new
Doctrine_Connection_Oracle_TestCase
());
...
...
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