From 5542d5122a372a7a4e40fefd3e61d50fb79b98e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Thu, 11 Oct 2018 16:11:06 +0200 Subject: [PATCH] Add back the class related tests to the spec folder (#264) --- {class => specs/class}/abstract.php | 0 {class => specs/class}/anonymous.php | 0 {class => specs/class}/conditional.php | 0 {class => specs/class}/final.php | 0 {class => specs/class}/interface.php | 0 {class => specs/class}/regular-extend.php | 0 {class => specs/class}/regular.php | 0 {class => specs/class}/trait.php | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {class => specs/class}/abstract.php (100%) rename {class => specs/class}/anonymous.php (100%) rename {class => specs/class}/conditional.php (100%) rename {class => specs/class}/final.php (100%) rename {class => specs/class}/interface.php (100%) rename {class => specs/class}/regular-extend.php (100%) rename {class => specs/class}/regular.php (100%) rename {class => specs/class}/trait.php (100%) diff --git a/class/abstract.php b/specs/class/abstract.php similarity index 100% rename from class/abstract.php rename to specs/class/abstract.php diff --git a/class/anonymous.php b/specs/class/anonymous.php similarity index 100% rename from class/anonymous.php rename to specs/class/anonymous.php diff --git a/class/conditional.php b/specs/class/conditional.php similarity index 100% rename from class/conditional.php rename to specs/class/conditional.php diff --git a/class/final.php b/specs/class/final.php similarity index 100% rename from class/final.php rename to specs/class/final.php diff --git a/class/interface.php b/specs/class/interface.php similarity index 100% rename from class/interface.php rename to specs/class/interface.php diff --git a/class/regular-extend.php b/specs/class/regular-extend.php similarity index 100% rename from class/regular-extend.php rename to specs/class/regular-extend.php diff --git a/class/regular.php b/specs/class/regular.php similarity index 100% rename from class/regular.php rename to specs/class/regular.php diff --git a/class/trait.php b/specs/class/trait.php similarity index 100% rename from class/trait.php rename to specs/class/trait.php