Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variables for phpunit's directory and filename #4

Merged
merged 2 commits into from
Mar 2, 2015

Conversation

ahmadnazir
Copy link
Contributor

The location and file name can now be configured with the following
variables:

(setq phpunit-configuration-file "phpunit.xml.dist")
(setq phpunit-root-directory "/vagrant/app/")

Fixes #3

The location and file name can now be configured with the following
variables:

(setq phpunit-configuration-file "phpunit.xml.dist")
(setq phpunit-root-directory "/vagrant/app/")
@coveralls
Copy link

Coverage Status

Coverage increased (+1.21%) to 54.55% when pulling eedb8a1 on ahmadnazir:issue/3/configuration into 1a9c2a3 on nlamirault:master.

Also reindented the previous commit using spaces instead of tabs as that
seems to be the convention.
@coveralls
Copy link

Coverage Status

Coverage increased (+1.21%) to 54.55% when pulling ae9b1dc on ahmadnazir:issue/3/configuration into 1a9c2a3 on nlamirault:master.

nlamirault added a commit that referenced this pull request Mar 2, 2015
Variables for phpunit's directory and filename
@nlamirault nlamirault merged commit b3d2f38 into nlamirault:master Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specifying the location of phpunit.xml
3 participants