/** * Test that if the type is not good we fall back properly * @covers JInstaller::abort */ public function testAbortBadType() { $this->object->pushStep(array('type' => 'badstep')); $this->assertThat($this->object->abort(null, false), $this->isFalse()); }