Tests run on PHP 7.0.0-dev (PHP 7.0.0-dev (cli) (built: Aug 3 2015 22:41:58) ) are reporting:
MediaWiki: 1.26alpha (MediaWiki vendor autoloader)
Semantic MediaWiki: 2.3 alpha (SMWSQLStore3, sqlite)
PHPUnit 4.7.7 by Sebastian Bergmann and contributors.
Runtime: PHP 7.0.0-dev
Configuration: /home/travis/build/SemanticMediaWiki/mw/extensions/SemanticMetaTags/phpunit.xml.dist
....................................................
Fatal error: Uncaught TypeError: Argument 1 passed to MWExceptionHandler::handleException() must be an instance of Exception, instance of Error given in /home/travis/build/SemanticMediaWiki/mw/includes/exception/MWExceptionHandler.php:156
Stack trace:
#0 [internal function]: MWExceptionHandler::handleException(Object(Error))
#1 {main}
thrown in /home/travis/build/SemanticMediaWiki/mw/includes/exception/MWExceptionHandler.php on line 156
PHP Fatal error: Uncaught TypeError: Argument 1 passed to MWExceptionHandler::handleException() must be an instance of Exception, instance of Error given in /home/travis/build/SemanticMediaWiki/mw/includes/exception/MWExceptionHandler.php:156
Stack trace:
#0 [internal function]: MWExceptionHandler::handleException(Object(Error))
#1 {main}
thrown in /home/travis/build/SemanticMediaWiki/mw/includes/exception/MWExceptionHandler.php on line 156The same tests just run on PHP 5.4/5.6 pass as expected.
https://travis-ci.org/SemanticMediaWiki/SemanticMetaTags/jobs/74127448