Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 926f174

Browse files
committed
Adding /vendor directory to release
1 parent 233324c commit 926f174

File tree

166 files changed

+9728
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+9728
-0
lines changed

vendor/autoload.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
require_once __DIR__ . '/composer/autoload_real.php';
6+
7+
return ComposerAutoloaderInit96aef49266fbd314a42ac0c45d02681f::getLoader();

vendor/autoload_packages.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
/**
3+
* This file was automatically generated by automattic/jetpack-autoloader.
4+
*
5+
* @package automattic/jetpack-autoloader
6+
*/
7+
8+
namespace Automattic\Jetpack\Autoloader\jp96aef49266fbd314a42ac0c45d02681f;
9+
10+
// phpcs:ignore
11+
12+
require_once __DIR__ . '/jetpack-autoloader/class-autoloader.php';
13+
Autoloader::init();
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tests/php/tmp
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0"?>
2+
<ruleset>
3+
4+
<!-- This doesn't run inside of WordPress, do we don't need to use WordPress's alternative functions. -->
5+
<rule ref="WordPress.WP.AlternativeFunctions">
6+
<severity>0</severity>
7+
</rule>
8+
9+
</ruleset>

0 commit comments

Comments
 (0)