Skip to content

Commit 36fbdc4

Browse files
committed
Re-brand tests as integration tests
1 parent 077c0ac commit 36fbdc4

18 files changed

+3
-4
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
>
77
<testsuites>
88
<testsuite name="CgiHttpKernel Test Suite">
9-
<directory>./tests/Igorw/</directory>
9+
<directory>./tests/</directory>
1010
</testsuite>
1111
</testsuites>
1212

tests/Igorw/CgiHttpKernel/CgiHttpKernelTest.php renamed to tests/functional/CgiHttpKernelTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

3-
namespace Igorw\CgiHttpKernel;
4-
3+
use Igorw\CgiHttpKernel\CgiHttpKernel;
54
use Symfony\Component\HttpFoundation\Request;
65
use Symfony\Component\HttpFoundation\File\UploadedFile;
76

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)