Skip to content

Commit

Permalink
consider the merge of #521 and rebase on top of it
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmure committed Jun 6, 2019
1 parent b06e8e5 commit 1ac3a67
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions tests/Gaufrette/Functional/Adapter/OpenStack/OpenStackTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,23 +76,4 @@ public function shouldSetAndGetMetadata()
'Custom-Stuff' => 'bar',
], $this->filesystem->getAdapter()->getMetadata('test.txt'));
}

/*
* OVERWRITE PARENT FUNCTIONS
* @TODO : REMOVE THE BELOW OVERWRITES WHEN
* https://github.com/KnpLabs/Gaufrette/pull/521 WILL BE MERGED.
*/

/**
* @test
* @group functional
*/
public function shouldWriteAndRead()
{
$this->filesystem->write('foo', 'Some content');
$this->filesystem->write('test/subdir/foo', 'Some content1', true);

$this->assertEquals('Some content', $this->filesystem->read('foo'));
$this->assertEquals('Some content1', $this->filesystem->read('test/subdir/foo'));
}
}

0 comments on commit 1ac3a67

Please # to comment.