This commit is contained in:
thefosk
2013-11-01 19:47:51 -07:00
parent bf088b12db
commit 0679a0f15f
2 changed files with 63 additions and 11 deletions

View File

@@ -131,5 +131,5 @@ class UnirestTest extends UnitTestCase
$headers = $response->body->headers;
$this->assertEqual("Basic dXNlcjpwYXNzd29yZA==", $headers->Authorization);
}
}