1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

feat: fix stats test namespace

This commit is contained in:
Christy Jacob 2022-08-27 20:07:55 +00:00
parent 25d9c8e501
commit 8cacf91e09
2 changed files with 7 additions and 7 deletions

12
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "1145ff29befcc4aa21b5002da0b8319c", "content-hash": "039de21eff3a27955696a9f6f645c548",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -2833,12 +2833,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/appwrite/sdk-generator.git", "url": "https://github.com/appwrite/sdk-generator.git",
"reference": "1a67d9dcd2884a6a708176955f83e319ac53059e" "reference": "532d4d15ec8f11539972f2848c2e230c49b24f65"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/1a67d9dcd2884a6a708176955f83e319ac53059e", "url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/532d4d15ec8f11539972f2848c2e230c49b24f65",
"reference": "1a67d9dcd2884a6a708176955f83e319ac53059e", "reference": "532d4d15ec8f11539972f2848c2e230c49b24f65",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2875,7 +2875,7 @@
"issues": "https://github.com/appwrite/sdk-generator/issues", "issues": "https://github.com/appwrite/sdk-generator/issues",
"source": "https://github.com/appwrite/sdk-generator/tree/feat-new-headers" "source": "https://github.com/appwrite/sdk-generator/tree/feat-new-headers"
}, },
"time": "2022-08-19T10:03:22+00:00" "time": "2022-08-20T07:42:55+00:00"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
@ -5375,5 +5375,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.0" "php": "8.0"
}, },
"plugin-api-version": "2.3.0" "plugin-api-version": "2.2.0"
} }

View file

@ -1,6 +1,6 @@
<?php <?php
namespace Tests\Unit\Stats; namespace Tests\Unit\Usage;
use Appwrite\Usage\Stats; use Appwrite\Usage\Stats;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;