Skip to content

Commit 6ed1eea

Browse files
committed
Fix missing :magic t flag
1 parent 095b707 commit 6ed1eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/php-mode-test.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ style from Drupal."
540540
(ert-deftest php-mode-test-issue-227 ()
541541
"multi-line strings indents "
542542
(custom-set-variables '(php-lineup-cascaded-calls t))
543-
(with-php-mode-test ("issue-227.php" :indent t :style pear)))
543+
(with-php-mode-test ("issue-227.php" :indent t :style pear :magic t)))
544+
544545
(ert-deftest php-mode-test-issue-237 ()
545546
"Indent chaining method for PSR2."
546547
(with-php-mode-test ("issue-237.php" :indent t :style psr2 :magic t)))

0 commit comments

Comments
 (0)