소스 검색

NoValueException refactoring

Peter Kokot 13 년 전
부모
커밋
2d2b72a265
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()
     {