Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Generalise, document and include a test for custom phpunit path #253

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

padraic
Copy link
Collaborator

@padraic padraic commented May 13, 2017


public function testFinderCanLocateACustomPhpunitNotInVendorOrPath()
{
$this->markTestIncomplete('Design test to inject custom config for this.');
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving this aside for the time being. There's no clean way to inject the config change needed at the moment.

@@ -107,6 +103,7 @@ public function testShouldCreateConfigurationWithDifferentLocationOfFrameworkCon
"\n" .
"\n" .
"\n" .
"\n" .
Copy link
Collaborator Author

@padraic padraic May 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra line of input was needed for all tests with the new configure question included.

]
}
"phpunit": {
"filepath": "/absolute/path/to/phpunit-5.7.phar"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we allow a relative file path (relative to the config file)?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants