Skip to content

Commit

Permalink
Cleaning test alredy executed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blum committed Jul 6, 2021
1 parent 594dfc4 commit 6016307
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/ReversaslRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace VenelinIliev\Borica3ds\Tests;

use VenelinIliev\Borica3ds\SaleRequest;
use VenelinIliev\Borica3ds\ReversalRequest;
use VenelinIliev\Borica3ds\Exceptions\SignatureException;
use VenelinIliev\Borica3ds\Exceptions\ParameterValidationException;
Expand Down Expand Up @@ -52,16 +51,4 @@ public function testData()
'P_SIGN' => '765C034CC1AC9213B59AE0D251C48B3883AA44DF73A57E4E12F73786B4847F42D40AF5CAFC33F2A065DF5EF28C095FBA373F4A9D08CD27CCEA9447CFB49A80404A1CB3067223C8AF0964C6A7E7960C43CB4B3C75FF9063C8931C0457CB6B43D9F536DD32950AF90E05A887079149415D1FFA1017ED716696D256FE9DBF69D6C4CB10AB71F60C7405A90E4E111CE37C62901A02188A74D7BA84FABB02E0D877DA998E29DEF0057CD5EAF5CAD0C6132EDB2A9CAE0556FD360F26BD47869802B0EB3C40D1205524AEA0FF5CF413A887F66DD032FCD09C5281C834B072BAEDF92950F4BCE2DA32A4A6E9392B46F9FA55BD08E64F16EE096CCD43DA4F077FFC5A9700'
], $saleData);
}

/**
* @return void
* @throws ParameterValidationException|SignatureException
*/
public function testBackRefValidation()
{
$this->expectException(ParameterValidationException::class);

(new SaleRequest())
->setBackRefUrl('wrong url value');
}
}

0 comments on commit 6016307

Please sign in to comment.