File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1010 */
1111class 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 ' );
Original file line number Diff line number Diff line change 1010
1111class CurlHelperTest extends TestCase
1212{
13+ /** @var string[] */
14+ private $ headersFound ;
15+
1316 /**
1417 * @dataProvider getHttpMethodsProvider()
1518 */
Original file line number Diff line number Diff line change 1111 */
1212class 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 ' );
You can’t perform that action at this time.
0 commit comments