summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
Diffstat (limited to 'pear')
-rw-r--r--pear/tests/pear_dependency_checkPackageUninstall.phpt6
-rw-r--r--pear/tests/pear_downloader_invalid.phpt4
2 files changed, 5 insertions, 5 deletions
diff --git a/pear/tests/pear_dependency_checkPackageUninstall.phpt b/pear/tests/pear_dependency_checkPackageUninstall.phpt
index 890f55b289..b93a2ea1db 100644
--- a/pear/tests/pear_dependency_checkPackageUninstall.phpt
+++ b/pear/tests/pear_dependency_checkPackageUninstall.phpt
@@ -163,14 +163,14 @@ uninstall ok? yes
uninstall ok? no
-Package 'pkg1' depends on 'pkg2'
+Package 'pear::pkg1' depends on 'pear::pkg2'
uninstall ok? no
-Package 'pkg1' depends on 'pkg2'
+Package 'pear::pkg1' depends on 'pear::pkg2'
uninstall ok? yes
-Warning: Package 'pkg1' optionally depends on 'pkg2' \ No newline at end of file
+Warning: Package 'pear::pkg1' optionally depends on 'pear::pkg2' \ No newline at end of file
diff --git a/pear/tests/pear_downloader_invalid.phpt b/pear/tests/pear_downloader_invalid.phpt
index c571708432..c6a3b3cec6 100644
--- a/pear/tests/pear_downloader_invalid.phpt
+++ b/pear/tests/pear_downloader_invalid.phpt
@@ -270,7 +270,7 @@ function cleanall($dir)
--EXPECT--
-=-=-=-=-=-=-=-=- Failure Tests -=-=-=-=-=-=-=-=-=-=-
Test invalid package name:
-Caught error: Package name '/invalid+packagename' not valid
+Caught error: Package name '/invalid+packagename' not valid for channel 'pear'
string(10) "pear_error"
array(0) {
}
@@ -305,7 +305,7 @@ array(0) {
array(0) {
}
Test automatic version resolution (stable):
-Caught error: No release with state equal to: 'stable' found for 'pear::stabilitytoolow'
+Caught error: pear::stabilitytoolow is state 'devel' which is less stable than state 'stable', use --force to install
string(10) "pear_error"
array(0) {
}