File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ ; ;; test-sanity.el --- Behavior-Driven test for phpactor -*- lexical-binding : t ; -*-
2+
3+ ; ; Copyright (C) 2018 Friends of Emacs-PHP development
4+
5+ ; ; Author: Mikael Kermorgant <mikael@kgtech.fi>
6+ ; ; Keywords: maint
7+
8+ ; ; This program is free software; you can redistribute it and/or modify
9+ ; ; it under the terms of the GNU General Public License as published by
10+ ; ; the Free Software Foundation, either version 3 of the License, or
11+ ; ; (at your option) any later version.
12+
13+ ; ; This program is distributed in the hope that it will be useful,
14+ ; ; but WITHOUT ANY WARRANTY; without even the implied warranty of
15+ ; ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+ ; ; GNU General Public License for more details.
17+
18+ ; ; You should have received a copy of the GNU General Public License
19+ ; ; along with this program. If not, see <https://www.gnu.org/licenses/>.
20+
21+ ; ;; Commentary:
22+
23+ ; ; A BDD test code based on Buttercup.
24+ ; ; https://github.com/jorgenschaefer/emacs-buttercup
25+
26+ ; ;; Code:
27+ (require 'buttercup )
128(require 'phpactor )
229
330(defun buffer-string* (buffer )
4269 (expect 'php-project-get-root-dir :to-have-been-called )
4370 )
4471 ))
72+
73+ (provide 'test-sanity )
74+ ; ;; test-sanity.el ends here
You can’t perform that action at this time.
0 commit comments