#1649: The number of skipped tests
-----------------------------------+----------------------------------------
Reporter: esycat | Owner: jwage
Type: enhancement | Status: new
Priority: minor | Milestone: 1.1.0
Component: Cli | Version: 1.0.3
Keywords: tests | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 0
-----------------------------------+----------------------------------------
Currently, if some test requires PHP/PECL module that is not installed,
then this test silently exits in a manner like this:
{{{
if (!extension_loaded("apc")) {
return;
}
}}}
So, pass count differs, but user doesn't receive sufficient information
about it.
I think, we should display the number of skipped tests.
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1649>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---