From a5e38acecbced122f9141d1c58fab393ddddcbba Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 8 Apr 2017 17:24:34 +0200 Subject: [PATCH] Renamed "functional" tests to "integration" tests --- phpunit.xml.dist | 2 +- test/Github/Tests/{Functional => Integration}/CommitTest.php | 4 ++-- test/Github/Tests/{Functional => Integration}/GistTest.php | 4 ++-- .../Tests/{Functional => Integration}/IssueCommentTest.php | 4 ++-- .../Github/Tests/{Functional => Integration}/MarkdownTest.php | 4 ++-- .../Tests/{Functional => Integration}/RateLimitTest.php | 4 ++-- .../Tests/{Functional => Integration}/RepoCommentTest.php | 4 ++-- test/Github/Tests/{Functional => Integration}/RepoTest.php | 4 ++-- .../Tests/{Functional => Integration}/ResultPagerTest.php | 4 ++-- test/Github/Tests/{Functional => Integration}/TestCase.php | 4 ++-- test/Github/Tests/{Functional => Integration}/UserTest.php | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) rename test/Github/Tests/{Functional => Integration}/CommitTest.php (97%) rename test/Github/Tests/{Functional => Integration}/GistTest.php (97%) rename test/Github/Tests/{Functional => Integration}/IssueCommentTest.php (98%) rename test/Github/Tests/{Functional => Integration}/MarkdownTest.php (94%) rename test/Github/Tests/{Functional => Integration}/RateLimitTest.php (86%) rename test/Github/Tests/{Functional => Integration}/RepoCommentTest.php (98%) rename test/Github/Tests/{Functional => Integration}/RepoTest.php (98%) rename test/Github/Tests/{Functional => Integration}/ResultPagerTest.php (95%) rename test/Github/Tests/{Functional => Integration}/TestCase.php (93%) rename test/Github/Tests/{Functional => Integration}/UserTest.php (98%) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 619d9706a7a..0f71eb3983d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -19,7 +19,7 @@ - functional + integration diff --git a/test/Github/Tests/Functional/CommitTest.php b/test/Github/Tests/Integration/CommitTest.php similarity index 97% rename from test/Github/Tests/Functional/CommitTest.php rename to test/Github/Tests/Integration/CommitTest.php index 4aec0b3cc60..8dcaa0d022e 100644 --- a/test/Github/Tests/Functional/CommitTest.php +++ b/test/Github/Tests/Integration/CommitTest.php @@ -1,9 +1,9 @@