We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095b707 commit 6ed1eeaCopy full SHA for 6ed1eea
tests/php-mode-test.el
@@ -540,7 +540,8 @@ style from Drupal."
540
(ert-deftest php-mode-test-issue-227 ()
541
"multi-line strings indents "
542
(custom-set-variables '(php-lineup-cascaded-calls t))
543
- (with-php-mode-test ("issue-227.php" :indent t :style pear)))
+ (with-php-mode-test ("issue-227.php" :indent t :style pear :magic t)))
544
+
545
(ert-deftest php-mode-test-issue-237 ()
546
"Indent chaining method for PSR2."
547
(with-php-mode-test ("issue-237.php" :indent t :style psr2 :magic t)))
0 commit comments