summaryrefslogtreecommitdiff
path: root/pear/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* adding replacements section for _installFile()Greg Beaver2003-09-141-1/+60
|
* new test for _installFile() - not yet complete, but what's there worksGreg Beaver2003-09-141-0/+156
|
* simplify test, split into twoGreg Beaver2003-09-141-12/+1
|
* test for checkDepsGreg Beaver2003-09-101-3/+44
|
* first step in unit testing the installer - tests the download PREG functionGreg Beaver2003-09-091-0/+61
|
* fixed include, verified that it indeed works, and PEAR.php passes the test :)Greg Beaver2003-08-131-2/+2
|
* tests for pear error handlingGreg Beaver2003-08-131-0/+848
|
* not a real testfoobar2003-04-251-6/+0
|
* * not a real test, just a script for displaying OS_Guess outputStig Bakken2003-01-251-0/+6
|
* One more PEAR test to be skipped.Ilia Alshanetsky2002-10-221-1/+2
|
* Disable PEAR tests. These tests have too many dependcies such asIlia Alshanetsky2002-10-228-0/+12
| | | | | | pre-installed PEAR, needing to run as root user, most tests will fail if PEAR install directory is not inside include_path and so on.
* * update testStig Bakken2002-10-121-3/+9
|
* Add test for single directory creationPierre Joye2002-10-121-0/+5
| | | | | this test actually fails
* * rename System::type to System::whichStig Bakken2002-10-121-5/+5
|
* Add cache_ttl, cache_dir to expect outputPierre Joye2002-10-091-7/+11
| | | | | | Update text for username, password Tests pass now
* * made rebuildFileMap method public, added caching and checkFileMap methodStig Bakken2002-07-071-34/+107
|
* * merge NEW_UI_API branchStig Bakken2002-06-021-22/+84
|
* - add testcase for PEAR::delExpect()Jan Lehnardt2002-05-301-0/+13
|
* * update testStig Bakken2002-05-281-1/+1
|
* * updated config key namesStig Bakken2002-05-121-1/+1
|
* * exclude _lastmodified registry attrib from testsStig Bakken2002-05-121-0/+1
|
* * add preferred_stateStig Bakken2002-04-091-1/+1
|
* * Refactoring of "pear" command internals. Highlights:Stig Bakken2002-03-181-3/+7
| | | | | | | | | | - user interface abstraction, making a Gtk installer should only be a matter of implementing PEAR_CommandUI_Gtk plus a "pear-gtk" executable - separated code into command classes, able to specify one or more commands - no more "pear-get" :-) * fixed use of PEAR_Config::singleton to avoid object copying
* No more lines on this testTomas V.V.Cox2002-03-131-6/+6
|
* Fix error handling selection when both class and global are setTomas V.V.Cox2002-03-131-2/+14
|
* Fixed many tests, mostly incorrect paths.Sander Roobol2002-03-081-5/+5
|
* * PEAR_Config test completeStig Bakken2002-03-051-0/+52
|
* * update PEAR_Config testStig Bakken2002-03-054-27/+117
|
* * fixed a couple of bugs in PEAR_Config revealed by testStig Bakken2002-03-051-12/+11
|
* * more cli test fixesStig Bakken2002-03-027-7/+7
|
* * updated tests to work with cliStig Bakken2002-03-022-5/+7
|
* fix testStig Bakken2002-03-021-1/+1
|
* test suite for the System classTomas V.V.Cox2002-02-101-0/+95
|
* submit a test that will fail due to php bug #14744Tomas V.V.Cox2002-01-111-6/+35
|
* * PEAR.php line number changes againStig Bakken2002-01-021-5/+5
|
* * registry files renamed from .inf to .reg, update testStig Bakken2002-01-021-1/+1
|
* * initial commit of PEAR method autoloaderStig Bakken2001-12-101-0/+80
|
* * expectError() now accepts "*" as a catch-allStig Bakken2001-11-044-61/+103
| | | | | * updated tests
* * update testsStig Bakken2001-10-311-17/+21
|
* * PEAR_Registry: renamed "upgradePackage" to "updatePackage"Stig Bakken2001-10-294-0/+165
| | | | | * added tests for PEAR_Config and PEAR_Registry
* removedStig Bakken2001-10-264-57/+0
|
* * replaced PEAR::phpVersionIs with version_compareStig Bakken2001-10-111-65/+0
|
* * updated line numbersStig Bakken2001-10-111-5/+5
|
* added tests for PHP version comparing functionsTomas V.V.Cox2001-10-051-0/+65
|
* renumber error linesTomas V.V.Cox2001-08-311-5/+5
|
* make some tests to work. Still left the Notice of the deprecated use ofTomas V.V.Cox2001-08-311-13/+13
| | | | | call_user_method, no way to shut it down.
* * expected error codes are stored on a stack now, PEAR::expectError()Stig Bakken2001-08-141-15/+83
| | | | | | pushes into it, PEAR::popExpect() pops off it * made pear_error test work on other boxes than my own :-)
* * updated test (currently passes only on my laptop, sorry...)Stig Bakken2001-08-141-6/+6
|
* * expanded the following constants and made them available in PHP:Stig Bakken2001-04-221-5/+5
| | | | | | | | | | | | | | | | DEFAULT_INCLUDE_PATH PEAR_INSTALL_DIR PHP_EXTENSION_DIR PHP_BINDIR PHP_LIBDIR PHP_DATADIR PHP_SYSCONFDIR PHP_LOCALSTATEDIR PHP_CONFIG_FILE_PATH * no longer generating pear/PEAR.php * fixed some tests * some more installer work
* * forgot to update this test tooStig Bakken2001-04-191-5/+5
|