We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fd633 commit 043ab1eCopy full SHA for 043ab1e
tests/LfmItemTest.php
@@ -168,7 +168,7 @@ public function testIcon()
168
169
$item = new LfmItem($this->lfm_path, $this->lfm);
170
171
- $this->assertEquals('fa-file', $item->icon());
+ $this->assertEquals('baz', $item->icon());
172
173
// $path1 = m::mock(LfmPath::class);
174
// $path1->shouldReceive('path')->with('absolute')->andReturn('foo/bar');
0 commit comments