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