Skip to content

Commit 3eeecb0

Browse files
committed
Level 0
1 parent d72761e commit 3eeecb0

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

tests/VCR/Storage/YamlTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
*/
1111
class YamlTest extends TestCase
1212
{
13+
/** @var string */
14+
private $filePath;
15+
16+
/** @var Yaml */
17+
private $yamlObject;
18+
1319
protected function setUp(): void
1420
{
1521
vfsStream::setup('test');

tests/VCR/Util/CurlHelperTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
class CurlHelperTest extends TestCase
1212
{
13+
/** @var string[] */
14+
private $headersFound;
15+
1316
/**
1417
* @dataProvider getHttpMethodsProvider()
1518
*/

tests/VCR/VCRTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
*/
1212
class VCRTest extends TestCase
1313
{
14+
/** @var array<string, Event> */
15+
private $events;
16+
1417
public static function setupBeforeClass(): void
1518
{
1619
VCR::configure()->setCassettePath('tests/fixtures');

0 commit comments

Comments
 (0)