public function testInvalidOutPut(){ $value = $this->operation->add(5,6); $this->assertNotEquals($value, 10); }