Skip to content

Commit 342dc2f

Browse files
committed
removing debug code so all tests run
1 parent a646014 commit 342dc2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AppBundle/Tests/GitHub/StatusManagerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ public function getCommentsForStatusChange()
5151
'STATUS: REVIEWED',
5252
StatusManager::STATUS_REVIEWED
5353
);
54-
$tests = [];
54+
5555
$tests[] = array(
5656
'**Status**: reviewed',
5757
StatusManager::STATUS_REVIEWED
5858
);
59-
return $tests;
59+
6060
// missing the colon - so we do NOT read this
6161
$tests[] = array(
6262
'Status reviewed',

0 commit comments

Comments
 (0)