コード例 #1
0
ファイル: StreamTest.php プロジェクト: easy-system/es-http
 public function testGetMetadataReturnsNullWhenSpecifiedKeyNotFound()
 {
     $stream = new Stream();
     $this->assertNull($stream->getMetadata('non-existent-key'));
 }