1
0
Fork 0
emacs-config/test/oni-php-test.el

4 lines
144 B
EmacsLisp

(ert-deftest oni-php-test-autoloads ()
"Test that `oni-php' gets loaded automatically."
(require 'php-mode)
(should (featurep 'oni-php)))