HHVM is required to pass, minor fixes

This commit is contained in:
Timothy Warren 2014-03-31 16:20:14 -04:00
parent 32a01a66e8
commit 9fbf9cf82a
3 changed files with 3 additions and 7 deletions

View File

@ -20,8 +20,4 @@ script:
after_script: after_script:
- wget https://scrutinizer-ci.com/ocular.phar - wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
matrix:
allow_failures:
- php: hhvm

View File

@ -64,7 +64,7 @@ final class Connection_Manager {
* Make sure serialize/deseriaze doesn't work * Make sure serialize/deseriaze doesn't work
* @throws DomainException * @throws DomainException
*/ */
private function __wakup() private function __wakeup()
{ {
throw new DomainException("Can't unserialize singleton"); throw new DomainException("Can't unserialize singleton");
} }

View File

@ -1408,7 +1408,7 @@ class Query_Builder implements Query_Builder_Interface {
* *
* @param string $type * @param string $type
* @param string $table * @param string $table
* @return $string * @return string
*/ */
protected function _compile_type($type='', $table='') protected function _compile_type($type='', $table='')
{ {