We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05be503 commit 14c8efeCopy full SHA for 14c8efe
1 file changed
dev/tests/Unit/Command/UpdateReadmeSampleCommandTest.php
@@ -70,8 +70,8 @@ public function testUpdateReadmeSample()
70
71
public function testUpdateSampleWithNewVersion()
72
{
73
- $v1SamplePath = $this->componentDir . '/samples/v1/ClientSnippetsClient/an_rpc_method.php';
74
- $v2SampleDir = $this->componentDir . '/samples/v2/ClientSnippetsClient';
+ $v1SamplePath = $this->componentDir . '/samples/V1/ClientSnippetsClient/an_rpc_method.php';
+ $v2SampleDir = $this->componentDir . '/samples/V2/ClientSnippetsClient';
75
$v2Sample = str_replace('V1', 'V2', file_get_contents($v1SamplePath));
76
if (!is_dir($v2SampleDir)) {
77
mkdir($v2SampleDir, 0777, true);
0 commit comments