We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03b7ce commit cfaee7fCopy full SHA for cfaee7f
tests/php-mode-test.el
@@ -596,7 +596,8 @@ style from Drupal."
596
597
(ert-deftest php-mode-test-type-hints ()
598
"Test highlighting of type hints and return types."
599
- (with-php-mode-test ("type-hints.php" :faces t)))
+ (with-php-mode-test ("type-hints.php" :faces (cond ((version<= "29" emacs-version) ".29.faces")
600
+ (t)))))
601
602
(ert-deftest php-mode-test-static-method-calls ()
603
"Test highlighting of static method calls which are named the same
0 commit comments