Beispiel #1
0
 /**
  * @dataProvider getDefaultConfigPathProvider
  *
  * @covers ::getConfigPath
  *
  * @param string $configPath
  * @param string $expected
  */
 public function test_getDefaultConfigPath($configPath, $expected)
 {
     // When
     $gotPath = $this->cmd->getConfigPath($configPath);
     // Then
     $this->assertSame($expected, $gotPath);
 }