Skip to content

Commit

Permalink
Remove print_r in test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabordemooij committed Nov 25, 2019
1 parent 71bc33c commit 4a00336
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testing/RedUNIT/Base/Partial.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public function testChangeListIssue()
);
$coffee = R::dispense('coffee');
$changelist = $coffee->getMeta('changelist');
print_r( $changelist );
asrt( count( $changelist), 3 );
$coffee->preparation = 'Espresso';
$changelist = $coffee->getMeta('changelist');
Expand All @@ -63,7 +62,7 @@ public function testChangeListIssue()
$changelist = $coffee->getMeta('changelist');
asrt( count( $changelist), 0 );
}

/**
* Github Issue #754.
* The importRow() function should clear the changeList.
Expand Down

0 comments on commit 4a00336

Please sign in to comment.