@@ -7,17 +7,17 @@ |
||
7 | 7 | { |
8 | 8 | protected function setUp() |
9 | 9 | { |
10 | - if( !interface_exists( '\\League\\Flysystem\\FilesystemInterface' ) ) { |
|
11 | - $this->markTestSkipped( 'Install Flysystem first' ); |
|
10 | + if (!interface_exists('\\League\\Flysystem\\FilesystemInterface')) { |
|
11 | + $this->markTestSkipped('Install Flysystem first'); |
|
12 | 12 | } |
13 | 13 | } |
14 | 14 | |
15 | 15 | |
16 | 16 | public function testGetProvider() |
17 | 17 | { |
18 | - $object = new FlyFtp( array( 'host' => 'ftp.heise.de' ) ); |
|
19 | - $this->assertInstanceof( '\Aimeos\MW\Filesystem\Iface', $object ); |
|
18 | + $object = new FlyFtp(array('host' => 'ftp.heise.de')); |
|
19 | + $this->assertInstanceof('\Aimeos\MW\Filesystem\Iface', $object); |
|
20 | 20 | |
21 | - $object->has( 'test' ); |
|
21 | + $object->has('test'); |
|
22 | 22 | } |
23 | 23 | } |