We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b45d93 commit 5fcc26cCopy full SHA for 5fcc26c
tests/Unit/Errors/ParallelLintErrorTest.php
@@ -67,10 +67,25 @@ public function testGetFilePath($filePath)
67
$this->assertSame($filePath, $error->getFilePath());
68
}
69
70
+ /**
71
+ * Data provider.
72
+ *
73
+ * @return array
74
+ */
75
+ public static function dataGetFilePath()
76
+ {
77
+ $data = self::dataGetShortFilePath();
78
+ foreach ($data as $name => $params) {
79
+ unset($data[$name]['expectedShort']);
80
+ }
81
+
82
+ return $data;
83
84
85
/**
86
* Test retrieving the short file path.
87
*
- * @dataProvider dataGetFilePath
88
+ * @dataProvider dataGetShortFilePath
89
90
* @param string $filePath The file path input to run the test with.
91
* @param string $expectedShort The expected method return value.
@@ -88,7 +103,7 @@ public function testGetShortFilePath($filePath, $expectedShort)
103
104
* @return array
105
*/
- public static function dataGetFilePath()
106
+ public static function dataGetShortFilePath()
92
107
{
93
108
$cwd = getcwd();
94
109
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments