-
Bug
-
Resolution: Invalid
-
Major
-
None
-
None
-
None
-
None
-
PHPUnit 3.4.12 by Sebastian Bergmann.
libmcrypt-2.5.8 Multi-cipher cryptographic library (used in PHP)
pear-1.9.0 PEAR framework for PHP
pear-PHPUnit-3.4.12 PEAR regression testing framework for unit tests
php-xdebug-2.0.5 Xdebug extension for PHP
php5-5.3.3 PHP Scripting Language
php5-ctype-5.3.3 The ctype shared extension for php
php5-dom-5.3.3 The dom shared extension for php
php5-openssl-5.3.3 The openssl shared extension for php
php5-pdo-5.3.3 The pdo shared extension for php
php5-pdo_sqlite-5.3.3 The pdo_sqlite shared extension for php
php5-pgsql-5.3.3 The pgsql shared extension for php
php5-posix-5.3.3 The posix shared extension for php
php5-readline-5.3.3 The readline shared extension for php
php5-session-5.3.3 The session shared extension for php
php5-xml-5.3.3 The xml shared extension for php
php5-zlib-5.3.3 The zlib shared extension for php
PHPUnit 3.4.12 by Sebastian Bergmann. libmcrypt-2.5.8 Multi-cipher cryptographic library (used in PHP) pear-1.9.0 PEAR framework for PHP pear-PHPUnit-3.4.12 PEAR regression testing framework for unit tests php-xdebug-2.0.5 Xdebug extension for PHP php5-5.3.3 PHP Scripting Language php5-ctype-5.3.3 The ctype shared extension for php php5-dom-5.3.3 The dom shared extension for php php5-openssl-5.3.3 The openssl shared extension for php php5-pdo-5.3.3 The pdo shared extension for php php5-pdo_sqlite-5.3.3 The pdo_sqlite shared extension for php php5-pgsql-5.3.3 The pgsql shared extension for php php5-posix-5.3.3 The posix shared extension for php php5-readline-5.3.3 The readline shared extension for php php5-session-5.3.3 The session shared extension for php php5-xml-5.3.3 The xml shared extension for php php5-zlib-5.3.3 The zlib shared extension for php
Following instructions in "running unit tests" I ran the unit tests. Then I made two bogus modifications, one happened to be in dbal and after I realized dbal may be special I made another one not in dbal. After making these modifications the results of running the tests have not changed, and they are:
pie@snap tests % phpunit all_tests.php; echo
PHPUnit 3.4.12 by Sebastian Bergmann.
............................................................ 60 / 797
............................................................ 120 / 797
..IIIIIIIIIII............................................... 180 / 797
............................................................ 240 / 797
............................................................ 300 / 797
............................................................ 360 / 797
............................................................ 420 / 797
............................................................ 480 / 797
............................................................ 540 / 797
............................................................ 600 / 797
.......................
- is related to
-
PHPBB-9592 Test suite does not run on SQLite
- Closed