Пример #1
0
 public function testGetMetadataReturnsNullWhenSpecifiedKeyNotFound()
 {
     $stream = new Stream();
     $this->assertNull($stream->getMetadata('non-existent-key'));
 }