assertInstanceOf(BuilderChainable::class, $result); } public function testOpSpecialOrder() { $this->expectException(\InvalidArgumentException::class); $this->expectExceptionCode(268546002); $result = $this->opSpecialOrder('errororderid', 2); } }