File tree Expand file tree Collapse file tree
src/Brainbits/Blocking/Adapter
tests/Brainbits/Block/Adapter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313use Brainbits \Blocking \Block ;
1414
1515/**
16- * File block adapter
16+ * Filesystem block adapter
1717 * Uses files for storing block information
1818 *
1919 * @author Stephan Wentz <sw@brainbits.net>
2020 */
21- class FileAdapter implements AdapterInterface
21+ class FilesystemAdapter implements AdapterInterface
2222{
2323 /**
2424 * @var string
Original file line number Diff line number Diff line change 1414use Brainbits \Blocking \Identifier \Identifier ;
1515
1616/**
17- * File adapter test
17+ * Filesystem adapter test
1818 *
1919 * @author Stephan Wentz <sw@brainbits.net>
2020 */
21- class FileAdapterTest extends TestCase
21+ class FilesystemAdapterTest extends TestCase
2222{
2323 /**
2424 * @var FileAdapter
@@ -35,7 +35,7 @@ public function setUp()
3535 vfsStream::setup ('blockDir ' );
3636
3737 $ this ->root = vfsStream::url ('blockDir ' );
38- $ this ->adapter = new FileAdapter ($ this ->root );
38+ $ this ->adapter = new FilesystemAdapter ($ this ->root );
3939 $ this ->ownerMock = $ this ->getMockBuilder ('Brainbits\Blocking\Owner\OwnerInterface ' )
4040 ->disableOriginalConstructor ()
4141 ->getMock ();
You can’t perform that action at this time.
0 commit comments