From f224a1be965eb566af97651427093d948f977f18 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Tue, 23 Apr 2019 23:45:19 +0800 Subject: [PATCH] Rename --- tests/{CacheTest => ListenersTest}/CacheAvatarPreviewTest.php | 0 tests/{CacheTest => ListenersTest}/CachePlayerExistsTest.php | 0 tests/{CacheTest => ListenersTest}/CachePlayerJsonTest.php | 0 tests/{CacheTest => ListenersTest}/CacheSkinPreviewTest.php | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{CacheTest => ListenersTest}/CacheAvatarPreviewTest.php (100%) rename tests/{CacheTest => ListenersTest}/CachePlayerExistsTest.php (100%) rename tests/{CacheTest => ListenersTest}/CachePlayerJsonTest.php (100%) rename tests/{CacheTest => ListenersTest}/CacheSkinPreviewTest.php (100%) diff --git a/tests/CacheTest/CacheAvatarPreviewTest.php b/tests/ListenersTest/CacheAvatarPreviewTest.php similarity index 100% rename from tests/CacheTest/CacheAvatarPreviewTest.php rename to tests/ListenersTest/CacheAvatarPreviewTest.php diff --git a/tests/CacheTest/CachePlayerExistsTest.php b/tests/ListenersTest/CachePlayerExistsTest.php similarity index 100% rename from tests/CacheTest/CachePlayerExistsTest.php rename to tests/ListenersTest/CachePlayerExistsTest.php diff --git a/tests/CacheTest/CachePlayerJsonTest.php b/tests/ListenersTest/CachePlayerJsonTest.php similarity index 100% rename from tests/CacheTest/CachePlayerJsonTest.php rename to tests/ListenersTest/CachePlayerJsonTest.php diff --git a/tests/CacheTest/CacheSkinPreviewTest.php b/tests/ListenersTest/CacheSkinPreviewTest.php similarity index 100% rename from tests/CacheTest/CacheSkinPreviewTest.php rename to tests/ListenersTest/CacheSkinPreviewTest.php