Skip to content

Commit b398a87

Browse files
authored
Merge pull request #60 from piotrkwiecinski/remove-redundant-list
remove redundant treesit language source set in tests
2 parents d47ae4d + e275003 commit b398a87

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/php-ts-mode-tests.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@
2626

2727
(if (and (treesit-available-p) (boundp 'treesit-language-source-alist))
2828
(unless (treesit-language-available-p 'php)
29-
(add-to-list
30-
'treesit-language-source-alist
31-
'(php . ("https://github.com/tree-sitter/tree-sitter-php.git" "master" "php/src")))
3229
(treesit-install-language-grammar 'php)))
3330

34-
3531
(ert-deftest php-ts-mode-test-indentation ()
3632
(skip-unless (treesit-ready-p 'php))
3733
(ert-test-erts-file (ert-resource-file "indent.erts")))

0 commit comments

Comments
 (0)