projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
633ad84
)
(NFC) FileTest - Mark as ornery
author
Tim Otten
<totten@civicrm.org>
Thu, 18 Aug 2022 21:23:03 +0000
(14:23 -0700)
committer
Tim Otten
<totten@civicrm.org>
Thu, 18 Aug 2022 21:23:03 +0000
(14:23 -0700)
tests/phpunit/CRM/Utils/FileTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/CRM/Utils/FileTest.php
b/tests/phpunit/CRM/Utils/FileTest.php
index d1e2c59ba36e03c0aeca8b45d0878dfad75c4e3c..3661430847c39a35020f0ce6a598c1506536230a 100644
(file)
--- a/
tests/phpunit/CRM/Utils/FileTest.php
+++ b/
tests/phpunit/CRM/Utils/FileTest.php
@@
-308,6
+308,9
@@
class CRM_Utils_FileTest extends CiviUnitTestCase {
* Test isDir with open_basedir
*
* @link https://github.com/php/php-src/blob/5b01c4863fe9e4bc2702b2bbf66d292d23001a18/tests/security/open_basedir_is_dir.phpt
+ * @group ornery
+ * This manipulates `open_basedir`, which is a one-way street, and it will interfere with phpunit-cli. (Test failures will lead to
+ * lots of extra data-dumps.)
*
* @dataProvider isDirBasedirProvider
*