You are here

public function FlysystemBridgeTest::testRealpathIsFalse in Flysystem 8

Same name and namespace in other branches
  1. 3.x tests/src/Unit/FlysystemBridgeTest.php \Drupal\Tests\flysystem\Unit\FlysystemBridgeTest::testRealpathIsFalse()
  2. 2.0.x tests/src/Unit/FlysystemBridgeTest.php \Drupal\Tests\flysystem\Unit\FlysystemBridgeTest::testRealpathIsFalse()
  3. 3.0.x tests/src/Unit/FlysystemBridgeTest.php \Drupal\Tests\flysystem\Unit\FlysystemBridgeTest::testRealpathIsFalse()

@covers ::realpath

File

tests/src/Unit/FlysystemBridgeTest.php, line 94

Class

FlysystemBridgeTest
@coversDefaultClass \Drupal\flysystem\FlysystemBridge @group flysystem

Namespace

Drupal\Tests\flysystem\Unit

Code

public function testRealpathIsFalse() {
  $this
    ->assertFalse($this->bridge
    ->realpath());
}