Add test for oni-php
This commit is contained in:
parent
0977d80d00
commit
03e41db24a
2 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,10 @@ test-oni-highlight-indent-guides:
|
|||
stage: test
|
||||
script: make test-oni-highlight-indent-guides
|
||||
|
||||
test-oni-php:
|
||||
stage: test
|
||||
script: make test-oni-php DEPS="oni-flycheck oni-company oni-fci"
|
||||
|
||||
package:
|
||||
stage: package
|
||||
before_script:
|
||||
|
|
4
test/oni-php-test.el
Normal file
4
test/oni-php-test.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
(ert-deftest oni-php-test-autoloads ()
|
||||
"Test that `oni-php' gets loaded automatically."
|
||||
(require 'php-mode)
|
||||
(should (featurep 'oni-php)))
|
Loading…
Reference in a new issue