From 05fd25e8104720c2a8bd333ac6ce9c548eca8bc1 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Fri, 3 Dec 2021 19:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20`AgentInfoTest`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/AtolOnline/Tests/Entities/AgentInfoTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/AtolOnline/Tests/Entities/AgentInfoTest.php b/tests/AtolOnline/Tests/Entities/AgentInfoTest.php index 4c9e2ac..5cb76f1 100644 --- a/tests/AtolOnline/Tests/Entities/AgentInfoTest.php +++ b/tests/AtolOnline/Tests/Entities/AgentInfoTest.php @@ -63,9 +63,9 @@ class AgentInfoTest extends BasicTestCase { $this->assertAtolable(new AgentInfo(null), []); $this->assertAtolable(new AgentInfo(AgentTypes::ANOTHER), ['type' => AgentTypes::ANOTHER]); - $this->assertAtolable(new AgentInfo(paying_agent: new PayingAgent()), []); - $this->assertAtolable(new AgentInfo(money_transfer_operator: new MoneyTransferOperator()), []); - $this->assertAtolable(new AgentInfo(receive_payments_operator: new ReceivePaymentsOperator()), []); + $this->assertAtolable(new AgentInfo(pagent: new PayingAgent()), []); + $this->assertAtolable(new AgentInfo(mt_operator: new MoneyTransferOperator()), []); + $this->assertAtolable(new AgentInfo(rp_operator: new ReceivePaymentsOperator()), []); $this->assertAtolable(new AgentInfo( AgentTypes::ANOTHER,