Bläddra i källkod

NoValueException refactoring

Peter Kokot 13 år sedan
förälder
incheckning
2d2b72a265
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Tests/Admin/FieldDescriptionTest.php

+ 1 - 1
Tests/Admin/FieldDescriptionTest.php

@@ -212,7 +212,7 @@ class FieldDescriptionTest extends \PHPUnit_Framework_TestCase
     }
     }
 
 
     /**
     /**
-     * @expectedException Sonata\AdminBundle\Admin\NoValueException
+     * @expectedException Sonata\AdminBundle\Exception\NoValueException
      */
      */
     public function testGetValueWhenCannotRetrieve()
     public function testGetValueWhenCannotRetrieve()
     {
     {