1
0
Fork 0

Add test for oni-php

This commit is contained in:
Tom Willemse 2019-05-05 20:06:34 -07:00
parent 0977d80d00
commit 03e41db24a
2 changed files with 8 additions and 0 deletions

View file

@ -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
View 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)))