Skip to content

added various tests for XSLTProcessor and one test for iconv extension #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Conversation

royopa
Copy link

@royopa royopa commented Jul 5, 2014

No description provided.

@royopa
Copy link
Author

royopa commented Jul 8, 2014

I added more some tests in my second commit.

@rogeriopradoj
Copy link

 vagrant@vm  /vagrant/php-src   phpsp-pr007  time (make distclean; ./buildconf --force; ./configure --with-xsl; make)
...
402.66s user 14.52s system 93% cpu 7:28.53 total
 vagrant@vm  /vagrant/php-src   phpsp-pr007  grep "PHP_VERSION =" Makefile
PHP_VERSION = 5.5.18-dev
 vagrant@vm  /vagrant/php-src   phpsp-pr007  time make test TESTS="ext/date/tests/date_interval_create_from_date_string.phpt ext/date/tests/date_interval_create_from_date_string_nullparam.phpt ext/date/tests/date_interval_create_from_date_string_wrongparam_001.phpt ext/date/tests/date_interval_create_from_date_string_wrongparam_002.phpt ext/date/tests/date_timestamp_set.phpt ext/date/tests/date_timestamp_set_nullparam.phpt ext/date/tests/date_timestamp_set_nullparam2.phpt ext/date/tests/date_timestamp_set_wrongparam_001.phpt ext/date/tests/date_timestamp_set_wrongparam_002.phpt ext/date/tests/date_timestamp_set_wrongparam_003.phpt ext/date/tests/date_timestamp_set_wrongparam_004.phpt ext/date/tests/timezone_version_get.phpt ext/iconv/tests/iconv_basic_001.phpt ext/xsl/tests/xsltprocessor_hasExsltSupport.phpt ext/xsl/tests/xsltprocessor_hasExsltSupport_not_available_extension.phpt ext/xsl/tests/xsltprocessor_hasExsltSupport_wrongparam_001.phpt ext/xsl/tests/xsltprocessor_transformToDoc.phpt ext/xsl/tests/xsltprocessor_transformToDoc_nullparam.phpt ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_001.phpt ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_002.phpt ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_003.phpt ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_004.phpt ext/xsl/tests/xsltprocessor_transformToURI.phpt ext/xsl/tests/xsltprocessor_transformToURI_nullparam.phpt ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_001.phpt ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_002.phpt ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_003.phpt ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_004.phpt ext/xsl/tests/xsltprocessor_transformToXML.phpt ext/xsl/tests/xsltprocessor_transformToXML_nullparam.phpt ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_001.phpt ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_002.phpt ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_003.phpt ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_004.phpt"

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 5.5.18-dev
ZEND_VERSION: 2.5.0
PHP_OS      : Linux - Linux vm 3.13.0-30-generic #55-Ubuntu SMP Fri Jul 4 21:43:42 UTC 2014 i686
INI actual  : /vagrant/php-src/tmp-php.ini
More .INIs  :
CWD         : /vagrant/php-src
Extra dirs  :
VALGRIND    : Not used
=====================================================================
Running selected tests.
PASS Test date_interval_create_from_date_string() function : basic functionality [ext/date/tests/date_interval_create_from_date_string.phpt]
PASS Test date_interval_create_from_date_string() function : null parameter [ext/date/tests/date_interval_create_from_date_string_nullparam.phpt]
PASS Test date_interval_create_from_date_string() function : wrong parameter (array) [ext/date/tests/date_interval_create_from_date_string_wrongparam_001.phpt]
PASS Test date_interval_create_from_date_string() function : with 2 parameters (wrong).
Rodrigo Prado de Jesus <royopa [at] gmail [dot] com> [ext/date/tests/date_interval_create_from_date_string_wrongparam_002.phpt]
PASS Test the basics to function date_timestamp_set(). [ext/date/tests/date_timestamp_set.phpt]
PASS Test the function date_timestamp_set() with first null parameter. [ext/date/tests/date_timestamp_set_nullparam.phpt]
PASS Test the function date_timestamp_set() with second null parameter. [ext/date/tests/date_timestamp_set_nullparam2.phpt]
PASS Check the function date_timestamp_set() with first parameter wrong (array). [ext/date/tests/date_timestamp_set_wrongparam_001.phpt]
PASS Check the function date_timestamp_set() with first parameter wrong (integer). [ext/date/tests/date_timestamp_set_wrongparam_002.phpt]
PASS Check the function date_timestamp_set() with second parameter wrong (array). [ext/date/tests/date_timestamp_set_wrongparam_003.phpt]
PASS Check the function date_timestamp_set() with 3 parameters. [ext/date/tests/date_timestamp_set_wrongparam_004.phpt]
PASS Test the basics to function timezone_version_get(). [ext/date/tests/timezone_version_get.phpt]
PASS Test the basics to function iconv. [ext/iconv/tests/iconv_basic_001.phpt]
PASS Test the basics to function XSLTProcessor::hasExsltSupport(). [ext/xsl/tests/xsltprocessor_hasExsltSupport.phpt]
SKIP Test the basics to function XSLTProcessor::hasExsltSupport() when the xsl extension os not available. [ext/xsl/tests/xsltprocessor_hasExsltSupport_not_available_extension.phpt] reason: xsl extension is available
PASS Check XSLTProcessor::hasExsltSupport() with 1 parameter [ext/xsl/tests/xsltprocessor_hasExsltSupport_wrongparam_001.phpt]
PASS Test the basics to function XSLTProcessor::transformToDoc(). [ext/xsl/tests/xsltprocessor_transformToDoc.phpt]
PASS Check XSLTProcessor::transformToDoc() with null parameter [ext/xsl/tests/xsltprocessor_transformToDoc_nullparam.phpt]
PASS Check XSLTProcessor::transformToDoc() with array parameter [ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_001.phpt]
PASS Check XSLTProcessor::transformToDoc() with 4 parameters [ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_002.phpt]
PASS Check XSLTProcessor::transformToDoc() with string parameter [ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_003.phpt]
PASS Check XSLTProcessor::transformToDoc() with boolean parameter [ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_004.phpt]
PASS Test the basics to function XSLTProcessor::transformToURI(). [ext/xsl/tests/xsltprocessor_transformToURI.phpt]
PASS Check XSLTProcessor::transformToURI() with null parameters [ext/xsl/tests/xsltprocessor_transformToURI_nullparam.phpt]
PASS Check XSLTProcessor::transformToURI() with array parameter [ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_001.phpt]
PASS Check XSLTProcessor::transformToURI() with string parameter [ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_002.phpt]
PASS Check XSLTProcessor::transformToURI() with boolean parameter [ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_003.phpt]
PASS Check XSLTProcessor::transformToURI() with 3 parameters [ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_004.phpt]
PASS Test the basics to function XSLTProcessor::transformToXml(). [ext/xsl/tests/xsltprocessor_transformToXML.phpt]
PASS Check XSLTProcessor::transformToXml() with null parameter [ext/xsl/tests/xsltprocessor_transformToXML_nullparam.phpt]
PASS Check XSLTProcessor::transformToXML() with array parameter [ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_001.phpt]
PASS Check XSLTProcessor::transformToXML() with 3 parameters [ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_002.phpt]
PASS Check XSLTProcessor::transformToXML() with string parameter [ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_003.phpt]
PASS Check XSLTProcessor::transformToXML() with boolean parameter [ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_004.phpt]
=====================================================================
Number of tests :   34                33
Tests skipped   :    1 (  2.9%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :   33 ( 97.1%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================
make test   0.19s user 0.11s system 65% cpu 0.464 total

@rogeriopradoj
Copy link

 vagrant@vm  /vagrant/php-src   phpsp-pr007-56  time (make distclean; ./buildconf --force; ./configure --with-xsl; make)
...
398.26s user 15.25s system 92% cpu 7:25.25 total
 vagrant@vm  /vagrant/php-src   phpsp-pr007-56  grep "PHP_VERSION =" Makefile
PHP_VERSION = 5.6.2-dev
 vagrant@vm  /vagrant/php-src   phpsp-pr007-56  time make test TESTS="ext/date/tests/date_interval_create_from_date_string.phpt ext/date/tests/date_interval_create_from_date_string_nullparam.phpt ext/date/tests/date_interval_create_from_date_string_wrongparam_001.phpt ext/date/tests/date_interval_create_from_date_string_wrongparam_002.phpt ext/date/tests/date_timestamp_set.phpt ext/date/tests/date_timestamp_set_nullparam.phpt ext/date/tests/date_timestamp_set_nullparam2.phpt ext/date/tests/date_timestamp_set_wrongparam_001.phpt ext/date/tests/date_timestamp_set_wrongparam_002.phpt ext/date/tests/date_timestamp_set_wrongparam_003.phpt ext/date/tests/date_timestamp_set_wrongparam_004.phpt ext/date/tests/timezone_version_get.phpt ext/iconv/tests/iconv_basic_001.phpt ext/xsl/tests/xsltprocessor_hasExsltSupport.phpt ext/xsl/tests/xsltprocessor_hasExsltSupport_not_available_extension.phpt ext/xsl/tests/xsltprocessor_hasExsltSupport_wrongparam_001.phpt ext/xsl/tests/xsltprocessor_transformToDoc.phpt ext/xsl/tests/xsltprocessor_transformToDoc_nullparam.phpt ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_001.phpt ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_002.phpt ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_003.phpt ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_004.phpt ext/xsl/tests/xsltprocessor_transformToURI.phpt ext/xsl/tests/xsltprocessor_transformToURI_nullparam.phpt ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_001.phpt ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_002.phpt ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_003.phpt ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_004.phpt ext/xsl/tests/xsltprocessor_transformToXML.phpt ext/xsl/tests/xsltprocessor_transformToXML_nullparam.phpt ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_001.phpt ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_002.phpt ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_003.phpt ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_004.phpt"

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 5.6.2-dev
ZEND_VERSION: 2.6.0
PHP_OS      : Linux - Linux vm 3.13.0-30-generic #55-Ubuntu SMP Fri Jul 4 21:43:42 UTC 2014 i686
INI actual  : /vagrant/php-src/tmp-php.ini
More .INIs  :
CWD         : /vagrant/php-src
Extra dirs  :
VALGRIND    : Not used
=====================================================================
Running selected tests.
PASS Test date_interval_create_from_date_string() function : basic functionality [ext/date/tests/date_interval_create_from_date_string.phpt]
PASS Test date_interval_create_from_date_string() function : null parameter [ext/date/tests/date_interval_create_from_date_string_nullparam.phpt]
PASS Test date_interval_create_from_date_string() function : wrong parameter (array) [ext/date/tests/date_interval_create_from_date_string_wrongparam_001.phpt]
PASS Test date_interval_create_from_date_string() function : with 2 parameters (wrong).
Rodrigo Prado de Jesus <royopa [at] gmail [dot] com> [ext/date/tests/date_interval_create_from_date_string_wrongparam_002.phpt]
PASS Test the basics to function date_timestamp_set(). [ext/date/tests/date_timestamp_set.phpt]
PASS Test the function date_timestamp_set() with first null parameter. [ext/date/tests/date_timestamp_set_nullparam.phpt]
PASS Test the function date_timestamp_set() with second null parameter. [ext/date/tests/date_timestamp_set_nullparam2.phpt]
PASS Check the function date_timestamp_set() with first parameter wrong (array). [ext/date/tests/date_timestamp_set_wrongparam_001.phpt]
PASS Check the function date_timestamp_set() with first parameter wrong (integer). [ext/date/tests/date_timestamp_set_wrongparam_002.phpt]
PASS Check the function date_timestamp_set() with second parameter wrong (array). [ext/date/tests/date_timestamp_set_wrongparam_003.phpt]
PASS Check the function date_timestamp_set() with 3 parameters. [ext/date/tests/date_timestamp_set_wrongparam_004.phpt]
PASS Test the basics to function timezone_version_get(). [ext/date/tests/timezone_version_get.phpt]
PASS Test the basics to function iconv. [ext/iconv/tests/iconv_basic_001.phpt]
PASS Test the basics to function XSLTProcessor::hasExsltSupport(). [ext/xsl/tests/xsltprocessor_hasExsltSupport.phpt]
SKIP Test the basics to function XSLTProcessor::hasExsltSupport() when the xsl extension os not available. [ext/xsl/tests/xsltprocessor_hasExsltSupport_not_available_extension.phpt] reason: xsl extension is available
PASS Check XSLTProcessor::hasExsltSupport() with 1 parameter [ext/xsl/tests/xsltprocessor_hasExsltSupport_wrongparam_001.phpt]
PASS Test the basics to function XSLTProcessor::transformToDoc(). [ext/xsl/tests/xsltprocessor_transformToDoc.phpt]
PASS Check XSLTProcessor::transformToDoc() with null parameter [ext/xsl/tests/xsltprocessor_transformToDoc_nullparam.phpt]
PASS Check XSLTProcessor::transformToDoc() with array parameter [ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_001.phpt]
PASS Check XSLTProcessor::transformToDoc() with 4 parameters [ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_002.phpt]
PASS Check XSLTProcessor::transformToDoc() with string parameter [ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_003.phpt]
PASS Check XSLTProcessor::transformToDoc() with boolean parameter [ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_004.phpt]
PASS Test the basics to function XSLTProcessor::transformToURI(). [ext/xsl/tests/xsltprocessor_transformToURI.phpt]
PASS Check XSLTProcessor::transformToURI() with null parameters [ext/xsl/tests/xsltprocessor_transformToURI_nullparam.phpt]
PASS Check XSLTProcessor::transformToURI() with array parameter [ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_001.phpt]
PASS Check XSLTProcessor::transformToURI() with string parameter [ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_002.phpt]
PASS Check XSLTProcessor::transformToURI() with boolean parameter [ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_003.phpt]
PASS Check XSLTProcessor::transformToURI() with 3 parameters [ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_004.phpt]
PASS Test the basics to function XSLTProcessor::transformToXml(). [ext/xsl/tests/xsltprocessor_transformToXML.phpt]
PASS Check XSLTProcessor::transformToXml() with null parameter [ext/xsl/tests/xsltprocessor_transformToXML_nullparam.phpt]
PASS Check XSLTProcessor::transformToXML() with array parameter [ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_001.phpt]
PASS Check XSLTProcessor::transformToXML() with 3 parameters [ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_002.phpt]
PASS Check XSLTProcessor::transformToXML() with string parameter [ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_003.phpt]
PASS Check XSLTProcessor::transformToXML() with boolean parameter [ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_004.phpt]
=====================================================================
Number of tests :   34                33
Tests skipped   :    1 (  2.9%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :   33 ( 97.1%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================
make test   0.20s user 0.11s system 67% cpu 0.471 total

@rogeriopradoj
Copy link

 vagrant@vm  /vagrant/php-src   phpsp-pr007-master  time (make distclean; ./buildconf --force; ./configure --with-xsl; make)
...
427.73s user 16.26s system 93% cpu 7:56.27 total
 vagrant@vm  /vagrant/php-src   phpsp-pr007-master  grep "PHP_VERSION =" Makefile
PHP_VERSION = 7.0.0-dev
 vagrant@vm  /vagrant/php-src   phpsp-pr007-master  time make test TESTS="ext/date/tests/date_interval_create_from_date_string.phpt ext/date/tests/date_interval_create_from_date_string_nullparam.phpt ext/date/tests/date_interval_create_from_date_string_wrongparam_001.phpt ext/date/tests/date_interval_create_from_date_string_wrongparam_002.phpt ext/date/tests/date_timestamp_set.phpt ext/date/tests/date_timestamp_set_nullparam.phpt ext/date/tests/date_timestamp_set_nullparam2.phpt ext/date/tests/date_timestamp_set_wrongparam_001.phpt ext/date/tests/date_timestamp_set_wrongparam_002.phpt ext/date/tests/date_timestamp_set_wrongparam_003.phpt ext/date/tests/date_timestamp_set_wrongparam_004.phpt ext/date/tests/timezone_version_get.phpt ext/iconv/tests/iconv_basic_001.phpt ext/xsl/tests/xsltprocessor_hasExsltSupport.phpt ext/xsl/tests/xsltprocessor_hasExsltSupport_not_available_extension.phpt ext/xsl/tests/xsltprocessor_hasExsltSupport_wrongparam_001.phpt ext/xsl/tests/xsltprocessor_transformToDoc.phpt ext/xsl/tests/xsltprocessor_transformToDoc_nullparam.phpt ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_001.phpt ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_002.phpt ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_003.phpt ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_004.phpt ext/xsl/tests/xsltprocessor_transformToURI.phpt ext/xsl/tests/xsltprocessor_transformToURI_nullparam.phpt ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_001.phpt ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_002.phpt ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_003.phpt ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_004.phpt ext/xsl/tests/xsltprocessor_transformToXML.phpt ext/xsl/tests/xsltprocessor_transformToXML_nullparam.phpt ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_001.phpt ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_002.phpt ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_003.phpt ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_004.phpt"

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 7.0.0-dev
ZEND_VERSION: 2.8.0-dev
PHP_OS      : Linux - Linux vm 3.13.0-30-generic #55-Ubuntu SMP Fri Jul 4 21:43:42 UTC 2014 i686
INI actual  : /vagrant/php-src/tmp-php.ini
More .INIs  :
CWD         : /vagrant/php-src
Extra dirs  :
VALGRIND    : Not used
=====================================================================
Running selected tests.
PASS Test date_interval_create_from_date_string() function : basic functionality [ext/date/tests/date_interval_create_from_date_string.phpt]
PASS Test date_interval_create_from_date_string() function : null parameter [ext/date/tests/date_interval_create_from_date_string_nullparam.phpt]
PASS Test date_interval_create_from_date_string() function : wrong parameter (array) [ext/date/tests/date_interval_create_from_date_string_wrongparam_001.phpt]
PASS Test date_interval_create_from_date_string() function : with 2 parameters (wrong).
Rodrigo Prado de Jesus <royopa [at] gmail [dot] com> [ext/date/tests/date_interval_create_from_date_string_wrongparam_002.phpt]
PASS Test the basics to function date_timestamp_set(). [ext/date/tests/date_timestamp_set.phpt]
PASS Test the function date_timestamp_set() with first null parameter. [ext/date/tests/date_timestamp_set_nullparam.phpt]
PASS Test the function date_timestamp_set() with second null parameter. [ext/date/tests/date_timestamp_set_nullparam2.phpt]
PASS Check the function date_timestamp_set() with first parameter wrong (array). [ext/date/tests/date_timestamp_set_wrongparam_001.phpt]
PASS Check the function date_timestamp_set() with first parameter wrong (integer). [ext/date/tests/date_timestamp_set_wrongparam_002.phpt]
PASS Check the function date_timestamp_set() with second parameter wrong (array). [ext/date/tests/date_timestamp_set_wrongparam_003.phpt]
PASS Check the function date_timestamp_set() with 3 parameters. [ext/date/tests/date_timestamp_set_wrongparam_004.phpt]
PASS Test the basics to function timezone_version_get(). [ext/date/tests/timezone_version_get.phpt]
PASS Test the basics to function iconv. [ext/iconv/tests/iconv_basic_001.phpt]
PASS Test the basics to function XSLTProcessor::hasExsltSupport(). [ext/xsl/tests/xsltprocessor_hasExsltSupport.phpt]
SKIP Test the basics to function XSLTProcessor::hasExsltSupport() when the xsl extension os not available. [ext/xsl/tests/xsltprocessor_hasExsltSupport_not_available_extension.phpt] reason: xsl extension is available
PASS Check XSLTProcessor::hasExsltSupport() with 1 parameter [ext/xsl/tests/xsltprocessor_hasExsltSupport_wrongparam_001.phpt]
PASS Test the basics to function XSLTProcessor::transformToDoc(). [ext/xsl/tests/xsltprocessor_transformToDoc.phpt]
PASS Check XSLTProcessor::transformToDoc() with null parameter [ext/xsl/tests/xsltprocessor_transformToDoc_nullparam.phpt]
PASS Check XSLTProcessor::transformToDoc() with array parameter [ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_001.phpt]
PASS Check XSLTProcessor::transformToDoc() with 4 parameters [ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_002.phpt]
PASS Check XSLTProcessor::transformToDoc() with string parameter [ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_003.phpt]
PASS Check XSLTProcessor::transformToDoc() with boolean parameter [ext/xsl/tests/xsltprocessor_transformToDoc_wrongparam_004.phpt]
PASS Test the basics to function XSLTProcessor::transformToURI(). [ext/xsl/tests/xsltprocessor_transformToURI.phpt]
PASS Check XSLTProcessor::transformToURI() with null parameters [ext/xsl/tests/xsltprocessor_transformToURI_nullparam.phpt]
PASS Check XSLTProcessor::transformToURI() with array parameter [ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_001.phpt]
PASS Check XSLTProcessor::transformToURI() with string parameter [ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_002.phpt]
PASS Check XSLTProcessor::transformToURI() with boolean parameter [ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_003.phpt]
PASS Check XSLTProcessor::transformToURI() with 3 parameters [ext/xsl/tests/xsltprocessor_transformToURI_wrongparam_004.phpt]
PASS Test the basics to function XSLTProcessor::transformToXml(). [ext/xsl/tests/xsltprocessor_transformToXML.phpt]
PASS Check XSLTProcessor::transformToXml() with null parameter [ext/xsl/tests/xsltprocessor_transformToXML_nullparam.phpt]
PASS Check XSLTProcessor::transformToXML() with array parameter [ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_001.phpt]
PASS Check XSLTProcessor::transformToXML() with 3 parameters [ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_002.phpt]
PASS Check XSLTProcessor::transformToXML() with string parameter [ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_003.phpt]
PASS Check XSLTProcessor::transformToXML() with boolean parameter [ext/xsl/tests/xsltprocessor_transformToXML_wrongparam_004.phpt]
=====================================================================
Number of tests :   34                33
Tests skipped   :    1 (  2.9%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :   33 ( 97.1%) (100.0%)
---------------------------------------------------------------------
Time taken      :    1 seconds
=====================================================================
make test   0.22s user 0.13s system 67% cpu 0.518 total

@rogeriopradoj
Copy link

PR mandado para o repositório oficial:
php#855

Obs.: apenas um PR para o branch mais baixo que o teste vai rodar (PHP-5.5), conforme indicado pelo @Tyrael na lista http://news.php.net/php.qa/67367.

@royopa
Copy link
Author

royopa commented Sep 29, 2014

Oi rogeriopradoj, acho que deve ser algum arquivo temporário... não fazem parte do teste não.

valeu

rogeriopradoj pushed a commit that referenced this pull request Oct 4, 2014
Added compile option --with-mysqli in versions with Apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants