Skip to content

Commit

Permalink
Remove old coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
fschmtt committed Oct 3, 2023
1 parent 917857a commit 1cf8819
Show file tree
Hide file tree
Showing 68 changed files with 145 additions and 152 deletions.
4 changes: 2 additions & 2 deletions src/Collection/AuthenticationExecutionExportCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\AuthenticationExecutionExport;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<AuthenticationExecutionExport>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class AuthenticationExecutionExportCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/AuthenticationFlowCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\AuthenticationFlow;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<AuthenticationFlow>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class AuthenticationFlowCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/AuthenticatorConfigCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\AuthenticatorConfig;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<AuthenticatorConfig>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class AuthenticatorConfigCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/ClientCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\Client;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<Client>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class ClientCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/ClientPolicyCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\ClientPolicy;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<ClientPolicy>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class ClientPolicyCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/ClientPolicyExecutorCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\ClientPolicyExecutor;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<ClientPolicyExecutor>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class ClientPolicyExecutorCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/ClientProfileCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\ClientProfile;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<ClientProfile>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class ClientProfileCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/ClientScopeCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\ClientScope;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<ClientScope>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class ClientScopeCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/CredentialCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\Credential;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<Credential>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class CredentialCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/FederatedIdentityCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\FederatedIdentity;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<FederatedIdentity>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class FederatedIdentityCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/GroupCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\Group;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<Group>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class GroupCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/IdentityProviderCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\IdentityProvider;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<IdentityProvider>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class IdentityProviderCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/IdentityProviderMapperCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\IdentityProviderMapper;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<IdentityProviderMapper>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class IdentityProviderMapperCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/PasswordPolicyTypeCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\PasswordPolicyType;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<PasswordPolicyType>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class PasswordPolicyTypeCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/PolicyCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\Policy;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<Policy>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class PolicyCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/ProtocolMapperCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\ProtocolMapper;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<ProtocolMapper>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class ProtocolMapperCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/RealmCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\Realm;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<Realm>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class RealmCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/RequiredActionProviderCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\RequiredActionProvider;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<RequiredActionProvider>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class RequiredActionProviderCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/ResourceCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\Resource;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<Resource>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class ResourceCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/RoleCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\Role;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<Role>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class RoleCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/ScopeCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\Scope;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<Scope>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class ScopeCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/ScopeMappingCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\ScopeMapping;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<ScopeMapping>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class ScopeMappingCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/UserCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\User;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<User>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class UserCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/UserConsentCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\UserConsent;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<UserConsent>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class UserConsentCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/UserFederationMapperCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\UserFederationMapper;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<UserFederationMapper>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class UserFederationMapperCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
4 changes: 2 additions & 2 deletions src/Collection/UserFederationProviderCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
namespace Fschmtt\Keycloak\Collection;

use Fschmtt\Keycloak\Representation\UserFederationProvider;
use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage;

/**
* @extends Collection<UserFederationProvider>
*
* @codeCoverageIgnore
*/
#[IgnoreClassForCodeCoverage(self::class)]
class UserFederationProviderCollection extends Collection
{
public static function getRepresentationClass(): string
Expand Down
Loading

0 comments on commit 1cf8819

Please sign in to comment.