mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
get the real stdout
This commit is contained in:
@@ -67,7 +67,8 @@ final class SigningTest extends CrtTestCase {
|
|||||||
|
|
||||||
public function testShouldSignHeader() {
|
public function testShouldSignHeader() {
|
||||||
Log::setLogLevel(Log::TRACE);
|
Log::setLogLevel(Log::TRACE);
|
||||||
Log::toStdout();
|
$stdout = fopen('php://stdout', 'w');
|
||||||
|
Log::toStream($stdout);
|
||||||
$credentials_provider = new StaticCredentialsProvider([
|
$credentials_provider = new StaticCredentialsProvider([
|
||||||
'access_key_id' => self::SIGV4TEST_ACCESS_KEY_ID,
|
'access_key_id' => self::SIGV4TEST_ACCESS_KEY_ID,
|
||||||
'secret_access_key' => self::SIGV4TEST_SECRET_ACCESS_KEY,
|
'secret_access_key' => self::SIGV4TEST_SECRET_ACCESS_KEY,
|
||||||
|
|||||||
Reference in New Issue
Block a user