diff --git a/composer.json b/composer.json
index e73d8ba..910c1eb 100644
--- a/composer.json
+++ b/composer.json
@@ -41,8 +41,7 @@
"autoload-dev": {
"psr-4": {
"Typhoon\\Reflection\\": [
- "tests/unit",
- "tests/memory"
+ "tests/unit"
]
}
},
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 520cf57..ea85503 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -17,9 +17,6 @@
tests/unit
-
- tests/memory
-