public function testInvalidate() { $this->object->invalidate(); $this->assertEquals(Variant::STATUS_INVALIDATED, $this->object->getStatus()); }