Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e08bcb9
Update: version and dependencies
nlamirault Nov 27, 2017
d130762
Add missing require
zonuexe Dec 5, 2017
45fcae5
Use forward-line instead of next-line
zonuexe Dec 5, 2017
94f7592
Merge pull request #54 from nlamirault/fix/warnings
nlamirault Dec 5, 2017
292e9cb
Add phpunit-executable variable as buffer-local
zonuexe Dec 5, 2017
070d289
Refactor phpunit-get-program function
zonuexe Dec 5, 2017
3a12ad4
Add phpunit-root-directory as buffer local
zonuexe Dec 5, 2017
278391f
Add option to ignore phpunit-root-directory
zonuexe Dec 5, 2017
eb59c99
Add phpunit-set-dir-local-variable command
zonuexe Dec 5, 2017
64b7a1e
Merge pull request #55 from nlamirault/feature/phpunit-executable-var…
nlamirault Dec 5, 2017
b8b377b
Add vendor to .gitignore
zonuexe Dec 5, 2017
f99e1d1
Touch phpunit if there is no phpunit command
zonuexe Dec 5, 2017
5514e34
Merge pull request #56 from nlamirault/fix/test-phpunit-executable
zonuexe Dec 5, 2017
846e5dc
Rename phpunit-program to phpunit-default-program
zonuexe Dec 5, 2017
eb77cae
Allow string/function for phpunit-executable
zonuexe Dec 5, 2017
8784049
Rename phpunit-args and make buffer-local
zonuexe Dec 5, 2017
a8da976
Add document to phpunit-root-directory
zonuexe Dec 5, 2017
f0e3b59
Use unix command instead php -r
zonuexe Dec 6, 2017
464fe66
Merge pull request #57 from nlamirault/rename-variable-names
nlamirault Dec 6, 2017
6762c1b
Fix comment style
zonuexe Dec 16, 2017
044b9ed
quote executable in case path to vendor dir includes spaces.
jflearn Aug 7, 2018
ff89430
Merge pull request #58 from logicbrush/feature/fix_for_spaces_in_proj…
zonuexe Aug 8, 2018
cbb5022
Update: changelog for 0.17.0
zonuexe Aug 8, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update: changelog for 0.17.0
  • Loading branch information
zonuexe committed Aug 8, 2018
commit cbb502223f57bbee7ba6be4d0b246397e43b992e
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# phpunit.el ChangeLog

## Version 0.17.0 (09/08/2018)

- [#54](https://github.com/nlamirault/phpunit.el/pull/54): Fix warnings
- [#55](https://github.com/nlamirault/phpunit.el/pull/55): Integrate .dir-locals.el
- [#56](https://github.com/nlamirault/phpunit.el/pull/56): Fix `Makefile` for test
- [#57](https://github.com/nlamirault/phpunit.el/pull/57): Rename variable names
- [#58](https://github.com/nlamirault/phpunit.el/pull/58): Fix for spaces in project path (thanks @jflearn)

## Version 0.16.0 (27/11/2017)

- [#52](https://github.com/nlamirault/phpunit.el/pull/52): windows system prohibits the use of stty (tszg)
Expand Down