Skip to content

Commit

Permalink
Turn off noise in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjmiller committed Jul 22, 2014
1 parent 0704e48 commit a445f95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions tests/RemoteLRSTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ public function testRetrieveActivityProfile() {
);

$this->assertInstanceOf('TinCan\LRSResponse', $response);
print_r($response->httpResponse['headers']);
print "\n\n";
print_r($response->content);
}

public function testSaveActivityProfile() {
Expand Down
2 changes: 1 addition & 1 deletion tests/StatementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ public function testAsVersion() {

$versioned = $obj->asVersion('1.0.0');

print json_encode($versioned, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
//print json_encode($versioned, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
}
}

0 comments on commit a445f95

Please sign in to comment.