Explorar el Código

NoValueException refactoring

Peter Kokot hace 13 años
padre
commit
2d2b72a265
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
     {