File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 66
77use DateTime ;
88use Sabre \DAV ;
9- use Sabre \HTTP ;
109use Sabre \DAV \Xml \Property \GetLastModified ;
10+ use Sabre \HTTP ;
1111
1212class PluginTest extends DAV \AbstractServerTestCase
1313{
@@ -204,7 +204,7 @@ public function testCollectionWithManyNodesGetSubdir()
204204 $ dir = $ this ->server ->tree ->getNodeForPath ('dir2 ' );
205205 $ dir ->createDirectory ('subdir ' );
206206 $ maxNodes = 20 ; // directory + 20 files
207- for ($ i = 1 ; $ i <= $ maxNodes ; $ i ++ ) {
207+ for ($ i = 1 ; $ i <= $ maxNodes ; ++ $ i ) {
208208 $ dir ->createFile ("file $ i " );
209209 }
210210
@@ -230,7 +230,6 @@ public function testCollectionWithManyNodesGetSubdir()
230230 self ::assertTrue ($ lastSectionContainsNodes , 'Last section is listing Nodes (21) ' );
231231 }
232232
233-
234233 public function testCollectionNodesOrder ()
235234 {
236235 $ compareNodes = new \ReflectionMethod ($ this ->plugin , 'compareNodes ' );
You can’t perform that action at this time.
0 commit comments