We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0704e48 commit a445f95Copy full SHA for a445f95
2 files changed
tests/RemoteLRSTest.php
@@ -199,9 +199,6 @@ public function testRetrieveActivityProfile() {
199
);
200
201
$this->assertInstanceOf('TinCan\LRSResponse', $response);
202
- print_r($response->httpResponse['headers']);
203
- print "\n\n";
204
- print_r($response->content);
205
}
206
207
public function testSaveActivityProfile() {
tests/StatementTest.php
@@ -150,6 +150,6 @@ public function testAsVersion() {
150
151
$versioned = $obj->asVersion('1.0.0');
152
153
- print json_encode($versioned, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
+ //print json_encode($versioned, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
154
155
0 commit comments