@@ -54,11 +54,11 @@ public function testCollector()
5454 "Etag " => "0x8D702FF4A6EFED0 " ,
5555 "Content-Length " => "100 " ,
5656 "Content-Type " => "application/octet-stream " ,
57- "Content-Encoding " => NULL ,
58- "Content-Language " => NULL ,
57+ "Content-Encoding " => null ,
58+ "Content-Language " => null ,
5959 "Content-MD5 " => "4zrnbmTxOxLksK3+1ulT8g== " ,
60- "Cache-Control " => NULL ,
61- "Content-Disposition " => NULL ,
60+ "Cache-Control " => null ,
61+ "Content-Disposition " => null ,
6262 "BlobType " => "BlockBlob " ,
6363 "AccessTier " =>"Hot " ,
6464 "AccessTierInferred " => "true " ,
@@ -75,11 +75,11 @@ public function testCollector()
7575 "Etag " => "0x8D702FF4A6EFED0 " ,
7676 "Content-Length " => "100 " ,
7777 "Content-Type " => "application/octet-stream " ,
78- "Content-Encoding " => NULL ,
79- "Content-Language " => NULL ,
78+ "Content-Encoding " => null ,
79+ "Content-Language " => null ,
8080 "Content-MD5 " => "4zrnbmTxOxLksK3+1ulT8g== " ,
81- "Cache-Control " => NULL ,
82- "Content-Disposition " => NULL ,
81+ "Cache-Control " => null ,
82+ "Content-Disposition " => null ,
8383 "BlobType " => "BlockBlob " ,
8484 "AccessTier " =>"Hot " ,
8585 "AccessTierInferred " => "true " ,
@@ -96,11 +96,11 @@ public function testCollector()
9696 "Etag " => "0x8D702FF4A6EFED0 " ,
9797 "Content-Length " => "100 " ,
9898 "Content-Type " => "application/octet-stream " ,
99- "Content-Encoding " => NULL ,
100- "Content-Language " => NULL ,
99+ "Content-Encoding " => null ,
100+ "Content-Language " => null ,
101101 "Content-MD5 " => "4zrnbmTxOxLksK3+1ulT8g== " ,
102- "Cache-Control " => NULL ,
103- "Content-Disposition " => NULL ,
102+ "Cache-Control " => null ,
103+ "Content-Disposition " => null ,
104104 "BlobType " => "BlockBlob " ,
105105 "AccessTier " =>"Hot " ,
106106 "AccessTierInferred " => "true " ,
@@ -111,7 +111,7 @@ public function testCollector()
111111 ]
112112 ]
113113 ],
114- "NextMarker " => NULL
114+ "NextMarker " => null
115115 ]
116116 );
117117
@@ -165,7 +165,7 @@ public function testNoBlobResult()
165165 "Blobs " => [
166166 "Blob " => []
167167 ],
168- "NextMarker " => NULL
168+ "NextMarker " => null
169169 ]
170170 );
171171
0 commit comments