diff --git a/tests/library/Class/WebService/SIGB/PergameTest.php b/tests/library/Class/WebService/SIGB/PergameTest.php index ec569f17a4b6e217c6998fcea0e2bc129d07e90c..28733de981d759025ab3895ea54be19b01d2e576 100644 --- a/tests/library/Class/WebService/SIGB/PergameTest.php +++ b/tests/library/Class/WebService/SIGB/PergameTest.php @@ -505,19 +505,6 @@ class PergameServiceDelegateLegacyTest extends PergameTestCase { } - /** @test */ - public function supprimerReservationShouldDelegateToLegacyPergameService() { - $this->_legacy_service - ->whenCalled('supprimerReservation') - ->with('1234') - ->answers(['statut' => 0, 'erreur' => '']) - ->beStrict(); - - $result = $this->_service_cran->supprimerReservation(Class_Users::getIdentity(), '1234'); - $this->assertEquals(['statut' => 0, 'erreur' => ''], $result); - } - - /** @test */ public function prolongerPretShouldDelegateToLegacyPergameService() { $this->_legacy_service