@@ -45,7 +45,7 @@ public function createApplication()
4545 return $ app ;
4646 }
4747
48- public function testHome ()
48+ public function test_userUpload_shouldTestHome ()
4949 {
5050 $ client = $ this ->createClient ();
5151
@@ -54,7 +54,7 @@ public function testHome()
5454 $ this ->assertTrue ($ client ->getResponse ()->isOk ());
5555 }
5656
57- public function testRead ()
57+ public function test_readSimple_shouldTestRead ()
5858 {
5959 $ client = $ this ->createClient ();
6060
@@ -67,7 +67,7 @@ public function testRead()
6767 $ this ->assertEquals ($ response ->getContent (), $ fileTxt );
6868 }
6969
70- public function testWrite ()
70+ public function test_readMetadata_userUpload_writeCaching_writeDefault_writeDefaultStream_writeMetadata_writeOptions_writePublic_writeSimple_writeStream_shouldTestWrite ()
7171 {
7272 $ client = $ this ->createClient ();
7373
@@ -85,7 +85,7 @@ public function testWrite()
8585 $ this ->assertContains ($ time , $ response ->getContent ());
8686 }
8787
88- public function testWriteOptions ()
88+ public function test_userUpload_writeOptions_shouldTestWriteOptions ()
8989 {
9090 $ client = $ this ->createClient ();
9191
@@ -103,7 +103,7 @@ public function testWriteOptions()
103103 $ this ->assertContains ($ time , $ response ->getContent ());
104104 }
105105
106- public function testWriteStream ()
106+ public function test_userUpload_writeStream_shouldTestWriteStream ()
107107 {
108108 $ client = $ this ->createClient ();
109109
@@ -121,7 +121,7 @@ public function testWriteStream()
121121 $ this ->assertContains ($ time , $ response ->getContent ());
122122 }
123123
124- public function testWriteCaching ()
124+ public function test_userUpload_writeCaching_shouldTestWriteCaching ()
125125 {
126126 $ client = $ this ->createClient ();
127127
@@ -139,7 +139,7 @@ public function testWriteCaching()
139139 $ this ->assertContains ($ time , $ response ->getContent ());
140140 }
141141
142- public function testWriteMetadata ()
142+ public function test_readMetadata_userUpload_writeMetadata_shouldTestWriteMetadata ()
143143 {
144144 $ client = $ this ->createClient ();
145145
@@ -166,7 +166,7 @@ public function testWriteMetadata()
166166 }
167167 }
168168
169- public function testWriteDefault ()
169+ public function test_userUpload_writeDefault_shouldTestWriteDefault ()
170170 {
171171 $ client = $ this ->createClient ();
172172
@@ -184,7 +184,7 @@ public function testWriteDefault()
184184 $ this ->assertContains ($ time , $ response ->getContent ());
185185 }
186186
187- public function testWriteDefaultStream ()
187+ public function test_userUpload_writeDefaultStream_shouldTestWriteDefaultStream ()
188188 {
189189 $ client = $ this ->createClient ();
190190
@@ -202,7 +202,7 @@ public function testWriteDefaultStream()
202202 $ this ->assertContains ($ time , $ response ->getContent ());
203203 }
204204
205- public function testServe ()
205+ public function test_imageServe_readServe_shouldTestServe ()
206206 {
207207 $ client = $ this ->createClient ();
208208
@@ -214,7 +214,7 @@ public function testServe()
214214 $ this ->assertContains ('This is the contents of a file ' , CloudStorageTools::$ served );
215215 }
216216
217- public function testWritePublic ()
217+ public function test_writePublic_shouldTestWritePublic ()
218218 {
219219 $ client = $ this ->createClient ();
220220
0 commit comments