Jelajahi Sumber

Updated failing unit test

Xavier Coureau 11 tahun lalu
induk
melakukan
697961ca04
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Tests/Controller/CRUDControllerTest.php

+ 1 - 1
Tests/Controller/CRUDControllerTest.php

@@ -2041,7 +2041,7 @@ class CRUDControllerTest extends \PHPUnit_Framework_TestCase
 
 
     public function testBatchActionWrongMethod()
     public function testBatchActionWrongMethod()
     {
     {
-        $this->setExpectedException('RuntimeException', 'invalid request type, POST expected');
+        $this->setExpectedException('RuntimeException', 'Invalid request type');
 
 
         $this->controller->batchAction();
         $this->controller->batchAction();
     }
     }