File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -173,17 +173,17 @@ public function testWhenContainsAll()
173
173
return $ stringable ->studly ();
174
174
}));
175
175
}
176
-
176
+
177
177
public function testDirname ()
178
178
{
179
179
$ this ->assertSame ('/framework/tests ' , (string ) $ this ->stringable ('/framework/tests/Support ' )->dirname ());
180
180
$ this ->assertSame ('/framework ' , (string ) $ this ->stringable ('/framework/tests/Support ' )->dirname (2 ));
181
-
181
+
182
182
$ this ->assertSame ('/ ' , (string ) $ this ->stringable ('/framework/ ' )->dirname ());
183
-
183
+
184
184
$ this ->assertSame ('/ ' , (string ) $ this ->stringable ('/ ' )->dirname ());
185
185
$ this ->assertSame ('. ' , (string ) $ this ->stringable ('. ' )->dirname ());
186
-
186
+
187
187
// without slash
188
188
$ this ->assertSame ('. ' , (string ) $ this ->stringable ('framework ' )->dirname ());
189
189
}
You can’t perform that action at this time.
0 commit comments