Skip to content

Commit a445f95

Browse files
committed
Turn off noise in test suite
1 parent 0704e48 commit a445f95

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

tests/RemoteLRSTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@ public function testRetrieveActivityProfile() {
199199
);
200200

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

207204
public function testSaveActivityProfile() {

tests/StatementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ public function testAsVersion() {
150150

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

153-
print json_encode($versioned, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
153+
//print json_encode($versioned, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
154154
}
155155
}

0 commit comments

Comments
 (0)