Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F4658498
PHPUnit with both HHVM and PHP5
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
Lokal_Profil
Oct 25 2016, 10:34 AM
2016-10-25 10:34:58 (UTC+0)
Size
483 B
Referenced Files
None
Subscribers
None
PHPUnit with both HHVM and PHP5
View Options
#! /usr/bin/env bash
function
runHhvm
{
echo
"******"
echo
"*HHVM*"
echo
"******"
/vagrant/mediawiki/tests/phpunit/phpunit.php --wiki wiki
$*
||
return
1
}
function
runPhp5
{
echo
"******"
echo
"*PHP5*"
echo
"******"
php5 /vagrant/mediawiki/tests/phpunit/phpunit.php --wiki wiki
$*
||
return
1
}
while
getopts
"h"
optname
do
case
"
$optname
"
in
"h"
)
shouldPhp5Run
=
false
;;
esac
done
runHhvm
$*
&&
runPhp5
$*
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4094320
Default Alt Text
PHPUnit with both HHVM and PHP5 (483 B)
Attached To
Mode
P4291 PHPUnit with both HHVM and PHP5
Attached
Detach File
Event Timeline
Log In to Comment