public function testConstructFailsOnOtherType() { if (PHP_MAJOR_VERSION >= 7) { $this->setExpectedException('\\TypeError'); } new AssetManager('invalid'); }