Log during tests
This commit is contained in:
parent
4619d44b12
commit
4cd966c5c0
2
docs
2
docs
@ -1 +1 @@
|
|||||||
Subproject commit 9a873608310b43395032755c35bbdf17d35e23d7
|
Subproject commit fe346258733323e5173e674f15059dea1a1eb880
|
@ -95,7 +95,7 @@ trait Methods
|
|||||||
|
|
||||||
$this->human_docs_methods[$this->td_descriptions['methods'][$data['method']]['description'].': '.$data['method']] = '* <a href="'.$method.'.html" name="'.$method.'">'.$this->td_descriptions['methods'][$data['method']]['description'].': '.$data['method'].'</a>
|
$this->human_docs_methods[$this->td_descriptions['methods'][$data['method']]['description'].': '.$data['method']] = '* <a href="'.$method.'.html" name="'.$method.'">'.$this->td_descriptions['methods'][$data['method']]['description'].': '.$data['method'].'</a>
|
||||||
|
|
||||||
';
|
';
|
||||||
|
|
||||||
$params = '';
|
$params = '';
|
||||||
$lua_params = '';
|
$lua_params = '';
|
||||||
|
@ -71,6 +71,7 @@ cd ..
|
|||||||
php -v
|
php -v
|
||||||
|
|
||||||
php=5
|
php=5
|
||||||
|
others="70? ?"
|
||||||
}
|
}
|
||||||
[ $PHP_MAJOR_VERSION -eq 7 ] && {
|
[ $PHP_MAJOR_VERSION -eq 7 ] && {
|
||||||
[ $PHP_MINOR_VERSION -eq 0 ] && {
|
[ $PHP_MINOR_VERSION -eq 0 ] && {
|
||||||
@ -81,8 +82,10 @@ cd ..
|
|||||||
$php7to70 convert --copy-all phar7 phar5 >/dev/null
|
$php7to70 convert --copy-all phar7 phar5 >/dev/null
|
||||||
|
|
||||||
php=70
|
php=70
|
||||||
|
others="5? ?"
|
||||||
} || {
|
} || {
|
||||||
cp -a phar7 phar5
|
cp -a phar7 phar5
|
||||||
|
others="5? 70?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -100,6 +103,7 @@ export TRAVIS_PHAR="madeline$php$branch.phar"
|
|||||||
export TEST_SECRET_CHAT=test
|
export TEST_SECRET_CHAT=test
|
||||||
export TEST_USERNAME=danogentili
|
export TEST_USERNAME=danogentili
|
||||||
export TEST_DESTINATION_GROUPS='["@danogentili"]'
|
export TEST_DESTINATION_GROUPS='["@danogentili"]'
|
||||||
|
export MTPROTO_SETTINGS='{"logger":{"logger_level":5}}'
|
||||||
|
|
||||||
tests/testing.php <<EOF
|
tests/testing.php <<EOF
|
||||||
m
|
m
|
||||||
|
Loading…
x
Reference in New Issue
Block a user