model = new \Magento\Checkout\Model\AgreementsValidator(); } public function testIsValid() { $this->assertEquals(true, $this->model->isValid()); } }