File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <!-- <file>./path/to/file.php</file>-->
2020 </whitelist >
2121 </filter >
22+
2223 <php >
2324 <env name =" APP_ENV" value =" testing" />
2425 <env name =" CACHE_DRIVER" value =" array" />
2728 <env name =" DB_CONNECTION" value =" test" />
2829 </php >
2930 <logging >
31+ <log type =" coverage-html"
32+ target =" ./build/coverage/html"
33+ lowUpperBound =" 35"
34+ highLowerBound =" 70" />
3035 <log type =" coverage-clover" target =" build/logs/clover.xml" />
3136 </logging >
3237</phpunit >
Original file line number Diff line number Diff line change 22
33namespace DPRMC \InteractiveData \RemotePlusClient \Tests ;
44
5+ use DPRMC \InteractiveData \ClientCustomPriceFixedIncome ;
56use DPRMC \InteractiveData \ClientDailyPriceFixedIncome ;
67use DPRMC \InteractiveData \RemotePlusClient \Exceptions \UnparsableDateSentToConstructor ;
78use GuzzleHttp \Exception \ClientException ;
@@ -86,4 +87,5 @@ public function testRunWithStubResponse() {
8687 $ this ->assertArrayHasKey ( $ this ->validCusips [ 0 ], $ cusipPriceArray );
8788 $ this ->assertEquals ( $ this ->validPrices [ $ this ->validCusips [ 0 ] ], $ cusipPriceArray [ $ this ->validCusips [ 0 ] ] );
8889 }
90+
8991}
You can’t perform that action at this time.
0 commit comments