Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2018-05-27 09:50:42 +0300
committerAleksander Machniak <alec@alec.pl>2018-05-27 09:50:42 +0300
commit3d0b2cd3cec35377d39ee0b6ebe1d37fc24c2a77 (patch)
tree04409911bdd23b15d9dacc9073467a0fc59af037 /tests
parent12b1b54792ebbb26c8ceb77ca7b16a432f2edeca (diff)
Pass PEAR errors to rcube::raise_error(), small CS improvements
Diffstat (limited to 'tests')
-rw-r--r--tests/Framework/Bootstrap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Framework/Bootstrap.php b/tests/Framework/Bootstrap.php
index 904be7e3b..8d47debf1 100644
--- a/tests/Framework/Bootstrap.php
+++ b/tests/Framework/Bootstrap.php
@@ -83,6 +83,7 @@ class Framework_Bootstrap extends PHPUnit_Framework_TestCase
"\\/" => "\\",
'test/test' => 'test/test',
'test//' => 'test',
+ '/test//' => '/test',
);
foreach ($data as $value => $expected) {