From 465425f01fefdffea368f8af0667098da9b2622c Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Sun, 22 Mar 2015 11:35:04 -0400 Subject: [PATCH] Move old tests from test/old --- test/tests/{unit => old}/ApacheRequestHeadersTest.php | 0 test/tests/{unit => old}/ClientTest.php | 0 test/tests/{unit => old}/HandlerTest.php | 0 test/tests/{unit => old}/HandlerUnpackerTest.php | 0 test/tests/{unit => old}/MessageTest.php | 0 test/tests/{unit => old}/RequestTest.php | 0 test/tests/{unit => old}/ResponseTest.php | 0 test/tests/{unit => old}/RouteBuilderTest.php | 0 test/tests/{unit => old}/RouteTableTest.php | 0 test/tests/{unit => old}/RouterTest.php | 0 test/tests/{unit => old}/Routes/BaseRouteTest.php | 0 test/tests/{unit => old}/Routes/PrefixRouteTest.php | 0 test/tests/{unit => old}/Routes/RegexRouteTest.php | 0 test/tests/{unit => old}/Routes/RouteFactoryTest.php | 0 test/tests/{unit => old}/Routes/StaticRouteTest.php | 0 test/tests/{unit => old}/Routes/TemplateRouteTest.php | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename test/tests/{unit => old}/ApacheRequestHeadersTest.php (100%) rename test/tests/{unit => old}/ClientTest.php (100%) rename test/tests/{unit => old}/HandlerTest.php (100%) rename test/tests/{unit => old}/HandlerUnpackerTest.php (100%) rename test/tests/{unit => old}/MessageTest.php (100%) rename test/tests/{unit => old}/RequestTest.php (100%) rename test/tests/{unit => old}/ResponseTest.php (100%) rename test/tests/{unit => old}/RouteBuilderTest.php (100%) rename test/tests/{unit => old}/RouteTableTest.php (100%) rename test/tests/{unit => old}/RouterTest.php (100%) rename test/tests/{unit => old}/Routes/BaseRouteTest.php (100%) rename test/tests/{unit => old}/Routes/PrefixRouteTest.php (100%) rename test/tests/{unit => old}/Routes/RegexRouteTest.php (100%) rename test/tests/{unit => old}/Routes/RouteFactoryTest.php (100%) rename test/tests/{unit => old}/Routes/StaticRouteTest.php (100%) rename test/tests/{unit => old}/Routes/TemplateRouteTest.php (100%) diff --git a/test/tests/unit/ApacheRequestHeadersTest.php b/test/tests/old/ApacheRequestHeadersTest.php similarity index 100% rename from test/tests/unit/ApacheRequestHeadersTest.php rename to test/tests/old/ApacheRequestHeadersTest.php diff --git a/test/tests/unit/ClientTest.php b/test/tests/old/ClientTest.php similarity index 100% rename from test/tests/unit/ClientTest.php rename to test/tests/old/ClientTest.php diff --git a/test/tests/unit/HandlerTest.php b/test/tests/old/HandlerTest.php similarity index 100% rename from test/tests/unit/HandlerTest.php rename to test/tests/old/HandlerTest.php diff --git a/test/tests/unit/HandlerUnpackerTest.php b/test/tests/old/HandlerUnpackerTest.php similarity index 100% rename from test/tests/unit/HandlerUnpackerTest.php rename to test/tests/old/HandlerUnpackerTest.php diff --git a/test/tests/unit/MessageTest.php b/test/tests/old/MessageTest.php similarity index 100% rename from test/tests/unit/MessageTest.php rename to test/tests/old/MessageTest.php diff --git a/test/tests/unit/RequestTest.php b/test/tests/old/RequestTest.php similarity index 100% rename from test/tests/unit/RequestTest.php rename to test/tests/old/RequestTest.php diff --git a/test/tests/unit/ResponseTest.php b/test/tests/old/ResponseTest.php similarity index 100% rename from test/tests/unit/ResponseTest.php rename to test/tests/old/ResponseTest.php diff --git a/test/tests/unit/RouteBuilderTest.php b/test/tests/old/RouteBuilderTest.php similarity index 100% rename from test/tests/unit/RouteBuilderTest.php rename to test/tests/old/RouteBuilderTest.php diff --git a/test/tests/unit/RouteTableTest.php b/test/tests/old/RouteTableTest.php similarity index 100% rename from test/tests/unit/RouteTableTest.php rename to test/tests/old/RouteTableTest.php diff --git a/test/tests/unit/RouterTest.php b/test/tests/old/RouterTest.php similarity index 100% rename from test/tests/unit/RouterTest.php rename to test/tests/old/RouterTest.php diff --git a/test/tests/unit/Routes/BaseRouteTest.php b/test/tests/old/Routes/BaseRouteTest.php similarity index 100% rename from test/tests/unit/Routes/BaseRouteTest.php rename to test/tests/old/Routes/BaseRouteTest.php diff --git a/test/tests/unit/Routes/PrefixRouteTest.php b/test/tests/old/Routes/PrefixRouteTest.php similarity index 100% rename from test/tests/unit/Routes/PrefixRouteTest.php rename to test/tests/old/Routes/PrefixRouteTest.php diff --git a/test/tests/unit/Routes/RegexRouteTest.php b/test/tests/old/Routes/RegexRouteTest.php similarity index 100% rename from test/tests/unit/Routes/RegexRouteTest.php rename to test/tests/old/Routes/RegexRouteTest.php diff --git a/test/tests/unit/Routes/RouteFactoryTest.php b/test/tests/old/Routes/RouteFactoryTest.php similarity index 100% rename from test/tests/unit/Routes/RouteFactoryTest.php rename to test/tests/old/Routes/RouteFactoryTest.php diff --git a/test/tests/unit/Routes/StaticRouteTest.php b/test/tests/old/Routes/StaticRouteTest.php similarity index 100% rename from test/tests/unit/Routes/StaticRouteTest.php rename to test/tests/old/Routes/StaticRouteTest.php diff --git a/test/tests/unit/Routes/TemplateRouteTest.php b/test/tests/old/Routes/TemplateRouteTest.php similarity index 100% rename from test/tests/unit/Routes/TemplateRouteTest.php rename to test/tests/old/Routes/TemplateRouteTest.php