Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / translation / Tests / MessageCatalogueTest.php
index e85af944fcb548b6f985364ea84a34f513e763bf..1ab8246969ca56229bd1d0940621f01332606856 100644 (file)
@@ -133,7 +133,7 @@ class MessageCatalogueTest extends TestCase
     }
 
     /**
-     * @expectedException \LogicException
+     * @expectedException \Symfony\Component\Translation\Exception\LogicException
      */
     public function testAddFallbackCatalogueWithParentCircularReference()
     {
@@ -145,7 +145,7 @@ class MessageCatalogueTest extends TestCase
     }
 
     /**
-     * @expectedException \LogicException
+     * @expectedException \Symfony\Component\Translation\Exception\LogicException
      */
     public function testAddFallbackCatalogueWithFallbackCircularReference()
     {
@@ -159,7 +159,7 @@ class MessageCatalogueTest extends TestCase
     }
 
     /**
-     * @expectedException \LogicException
+     * @expectedException \Symfony\Component\Translation\Exception\LogicException
      */
     public function testAddCatalogueWhenLocaleIsNotTheSameAsTheCurrentOne()
     {