Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRadu committed Jul 20, 2023
1 parent a143ff5 commit 435039f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
DotKernel component based on [device-detector](https://github.com/matomo-org/device-detector), providing details about a device by parsing a user agent.

![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-user-agent-sniffer)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-user-agent-sniffer/3.1.1)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-user-agent-sniffer/3.3.0)

[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-user-agent-sniffer)](https://github.com/dotkernel/dot-user-agent-sniffer/issues)
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-user-agent-sniffer)](https://github.com/dotkernel/dot-user-agent-sniffer/network)
Expand Down
2 changes: 0 additions & 2 deletions test/ConfigProviderTest.php
Expand Up @@ -16,8 +16,6 @@ class ConfigProviderTest extends TestCase
protected function setUp(): void
{
$this->config = (new ConfigProvider())();

parent::setUp();
}

public function testHasDependencies(): void
Expand Down
2 changes: 0 additions & 2 deletions test/Data/ClientDataTest.php
Expand Up @@ -15,8 +15,6 @@ class ClientDataTest extends TestCase
public function setUp(): void
{
$this->subject = new ClientData();

parent::setUp();
}

public function testObjectImplementsArraySerializable(): void
Expand Down
2 changes: 0 additions & 2 deletions test/Data/DeviceDataTest.php
Expand Up @@ -29,8 +29,6 @@ public function setUp(): void

$this->osData = $this->createMock(OsData::class);
$this->clientData = $this->createMock(ClientData::class);

parent::setUp();
}

public function testObjectImplementsArraySerializable(): void
Expand Down
2 changes: 0 additions & 2 deletions test/Data/OsDataTest.php
Expand Up @@ -21,8 +21,6 @@ public function setUp(): void

$this->osData = $this->createMock(OsData::class);
$this->clientData = $this->createMock(ClientData::class);

parent::setUp();
}

public function testObjectImplementsArraySerializable(): void
Expand Down

0 comments on commit 435039f

Please sign in to comment.