Browse Source

Merge pull request #32 from maastermedia/exceptions

NoValueException refactoring
Thomas 13 years ago
parent
commit
d0085196fd
1 changed files with 1 additions and 1 deletions
  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()
     {