forked from gigascience/gigadb-website
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
It was tricky to get PHPUnit with Yii1.1 with Gigadb-website running in Vagrant. Among the several problem: recent version of Php unit and its extensions would cause issues (4.8 fails. but 4.1 is ok). Also the phpunit selenium extension is required even we don't use it because the Yii framework references it! Also avoid using minimum-stability as 'dev' in composer.json. prefer 'stable' and override with @dev on individual package if necessary.
- Loading branch information
Rija Menage
committed
Jan 31, 2018
1 parent
5b76328
commit 7352e9a
Showing
9,577 changed files
with
93,089 additions
and
750,283 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../vendor/phpunit/phpunit/phpunit |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../vendor/yiisoft/yii/framework/yiic |
Oops, something went wrong.