소스 검색

Merge pull request #32 from maastermedia/exceptions

NoValueException refactoring
Thomas 13 년 전
부모
커밋
d0085196fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
     {