;ELC ;;; Compiled ;;; in Emacs version 28.0.50 ;;; with all optimizations. (require 'phpunit) #@32 Keymap for PHPUnit minor mode. (defvar phpunit-mode-map (byte-code "\301 \302\303\304#\210\302\305\306#\210\302\307\310#\210)\207" [map make-keymap define-key "t" phpunit-current-test "c" phpunit-current-class "p" phpunit-current-project] 4) (#$ . 106)) #@93 Non-nil if phpunit mode is enabled. Use the command `phpunit-mode' to change this variable. (defvar phpunit-mode nil (#$ . 374)) (make-variable-buffer-local 'phpunit-mode) #@548 PHPUnit minor mode This is a minor mode. If called interactively, toggle the `phpunit mode' mode. If the prefix argument is positive, enable the mode, and if it is zero or negative, disable the mode. If called from Lisp, toggle the mode if ARG is `toggle'. Enable the mode if ARG is nil, omitted, or is a positive number. Disable the mode if ARG is a negative number. To check whether the minor mode is enabled in the current buffer, evaluate `phpunit-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. (defalias 'phpunit-mode #[(&optional arg) "\305  \306=\203\n?\202 \247\203 \307W\203\310\202\311\312\303!\2032\313\302 \"\n\2032\302 B\314\315\n\203<\316\202=\317\"\210\320\321!\203b\305 \203Q\305 \232\203b\322\323\324\n\203]\325\202^\326\f#\210))\327 \210\n\207" [#1=#:last-message arg phpunit-mode local-minor-modes local current-message toggle 1 nil t boundp delq run-hooks phpunit-mode-hook phpunit-mode-on-hook phpunit-mode-off-hook called-interactively-p any " in current buffer" message "phpunit mode %sabled%s" "en" "dis" force-mode-line-update] 4 (#$ . 553) (list (if current-prefix-arg (prefix-numeric-value current-prefix-arg) 'toggle))]) (defvar phpunit-mode-hook nil) (byte-code "\301\302N\204\f\303\301\302\304#\210\303\301\305\306#\210\303\301\307\310C#\210\311\312\313\310\211%\210\314\315\316\"\207" [phpunit-mode-map phpunit-mode-hook variable-documentation put "Hook run after entering or leaving `phpunit-mode'.\nNo problems result if this variable is not bound.\n`add-hook' automatically binds it. (This is true for all hook variables.)" custom-type hook standard-value nil add-minor-mode phpunit-mode " phpunit" add-to-list auto-mode-alist ("\\.php$'" . phpunit-mode)] 6)