@@ -258,13 +258,13 @@ public function testCollect()
258258 array (
259259 'BankAccountTest::testBalanceIsInitiallyZero ' => array (
260260 'filtered ' => array (
261- ' /usr/local/src/code-coverage/Tests/_files/ BankAccount.php ' => array (
261+ TEST_FILES_PATH . ' BankAccount.php ' => array (
262262 8 => 1 ,
263263 9 => -2
264264 )
265265 ),
266266 'raw ' => array (
267- ' /usr/local/src/code-coverage/Tests/_files/ BankAccount.php ' => array (
267+ TEST_FILES_PATH . ' BankAccount.php ' => array (
268268 8 => 1 ,
269269 9 => -2 ,
270270 13 => -1 ,
@@ -283,12 +283,12 @@ public function testCollect()
283283 ),
284284 'BankAccountTest::testBalanceCannotBecomeNegative ' => array (
285285 'filtered ' => array (
286- ' /usr/local/src/code-coverage/Tests/_files/ BankAccount.php ' => array (
286+ TEST_FILES_PATH . ' BankAccount.php ' => array (
287287 29 => 1
288288 )
289289 ),
290290 'raw ' => array (
291- ' /usr/local/src/code-coverage/Tests/_files/ BankAccount.php ' => array (
291+ TEST_FILES_PATH . ' BankAccount.php ' => array (
292292 8 => 1 ,
293293 13 => 1 ,
294294 16 => 1 ,
@@ -298,12 +298,12 @@ public function testCollect()
298298 ),
299299 'BankAccountTest::testBalanceCannotBecomeNegative2 ' => array (
300300 'filtered ' => array (
301- ' /usr/local/src/code-coverage/Tests/_files/ BankAccount.php ' => array (
301+ TEST_FILES_PATH . ' BankAccount.php ' => array (
302302 22 => 1
303303 )
304304 ),
305305 'raw ' => array (
306- ' /usr/local/src/code-coverage/Tests/_files/ BankAccount.php ' => array (
306+ TEST_FILES_PATH . ' BankAccount.php ' => array (
307307 8 => 1 ,
308308 13 => 1 ,
309309 16 => 1 ,
@@ -313,7 +313,7 @@ public function testCollect()
313313 ),
314314 'BankAccountTest::testDepositWithdrawMoney ' => array (
315315 'filtered ' => array (
316- ' /usr/local/src/code-coverage/Tests/_files/ BankAccount.php ' => array (
316+ TEST_FILES_PATH . ' BankAccount.php ' => array (
317317 8 => 1 ,
318318 22 => 1 ,
319319 24 => 1 ,
@@ -322,7 +322,7 @@ public function testCollect()
322322 )
323323 ),
324324 'raw ' => array (
325- ' /usr/local/src/code-coverage/Tests/_files/ BankAccount.php ' => array (
325+ TEST_FILES_PATH . ' BankAccount.php ' => array (
326326 8 => 1 ,
327327 13 => 1 ,
328328 14 => 1 ,
@@ -364,7 +364,7 @@ public function testSummary()
364364 {
365365 $ this ->assertEquals (
366366 array (
367- ' /usr/local/src/code-coverage/Tests/_files/ BankAccount.php ' => array (
367+ TEST_FILES_PATH . ' BankAccount.php ' => array (
368368 8 => array (
369369 0 => array (
370370 'id ' => 'BankAccountTest::testBalanceIsInitiallyZero ' ,
0 commit comments