Browse Source

Merge pull request #32 from maastermedia/exceptions

NoValueException refactoring
Thomas 13 năm trước cách đây
mục cha
commit
d0085196fd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
     {