Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / config / Tests / FileLocatorTest.php
index 5b69f452697b4a82c73735d4f89d49a3f8049451..049c00905b6042c6b3c0532c36e13506a233901a 100644 (file)
@@ -87,7 +87,7 @@ class FileLocatorTest extends TestCase
     }
 
     /**
-     * @expectedException \InvalidArgumentException
+     * @expectedException \Symfony\Component\Config\Exception\FileLocatorFileNotFoundException
      * @expectedExceptionMessage The file "foobar.xml" does not exist
      */
     public function testLocateThrowsAnExceptionIfTheFileDoesNotExists()
@@ -98,7 +98,7 @@ class FileLocatorTest extends TestCase
     }
 
     /**
-     * @expectedException \InvalidArgumentException
+     * @expectedException \Symfony\Component\Config\Exception\FileLocatorFileNotFoundException
      */
     public function testLocateThrowsAnExceptionIfTheFileDoesNotExistsInAbsolutePath()
     {