Skip to content

Commit 76a4f2f

Browse files
committed
fixed obsolete getMock() usage
1 parent f57d8bd commit 76a4f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Data/Bundle/Reader/BundleEntryReaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class BundleEntryReaderTest extends \PHPUnit_Framework_TestCase
6262

6363
protected function setUp()
6464
{
65-
$this->readerImpl = $this->getMock('Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface');
65+
$this->readerImpl = $this->getMockBuilder('Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface')->getMock();
6666
$this->reader = new BundleEntryReader($this->readerImpl);
6767
}
6868

0 commit comments

Comments
 (0)