Explorar o código

Remove exceptions that are no longer used

Andreas Braun %!s(int64=10) %!d(string=hai) anos
pai
achega
bccf24471d
Modificáronse 1 ficheiros con 0 adicións e 12 borrados
  1. 0 12
      tests/Alcaeus/MongoDbAdapter/ExceptionConverterTest.php

+ 0 - 12
tests/Alcaeus/MongoDbAdapter/ExceptionConverterTest.php

@@ -80,21 +80,9 @@ class ExceptionConverterTest extends \PHPUnit_Framework_TestCase
                 'MongoException',
                 'MongoException',
             ],
             ],
             [
             [
-                new \MongoDB\Exception\InvalidArgumentTypeException('message', 2, 'foo'),
-                'MongoException',
-            ],
-            [
-                new \MongoDB\Exception\UnexpectedTypeException('message', 2),
-                'MongoException',
-            ],
-            [
                 new \MongoDB\Exception\UnexpectedValueException('message', 2),
                 new \MongoDB\Exception\UnexpectedValueException('message', 2),
                 'MongoException',
                 'MongoException',
             ],
             ],
-            [
-                new \MongoDB\Exception\UnexpectedValueTypeException('message', 2, 'foo'),
-                'MongoException',
-            ],
         ];
         ];
     }
     }
 }
 }