diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/library/SSRSTest/ReportTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/library/SSRSTest/ReportTest.php b/tests/library/SSRSTest/ReportTest.php index f46bd69..4c79897 100755 --- a/tests/library/SSRSTest/ReportTest.php +++ b/tests/library/SSRSTest/ReportTest.php @@ -128,7 +128,7 @@ class ReportTest extends \PHPUnit_Framework_TestCase { $ssrs = new Report('http://test/ReportServer'); $ssrs->setSoapExecution($soapMock); - $expected = new ReportOutput($testReport); + $expected = new \SSRS\Object\ExecutionInfo($testReport); $result = $ssrs->loadReport('/Reports/Reference_Report'); $this->assertEquals($expected, $result); |