forked from waterloomatt/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be34d37
commit 1727ca0
Showing
3 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
declare(strict_types=1); | ||
|
||
namespace LinusShops\Pipeline\Tests; | ||
namespace LinusShops\Pipeline\Test\Unit; | ||
|
||
use Exception; | ||
use LinusShops\Pipeline\Pipeline; | ||
|
@@ -13,14 +13,14 @@ | |
* | ||
* @author Matt Skelton <[email protected]> | ||
*/ | ||
class UnitTest extends TestCase | ||
class UnitTfest extends TestCase | ||
{ | ||
/** | ||
* Tests that an empty pipeline does not modify the input. | ||
* | ||
* @return void | ||
*/ | ||
public function testEmptyPipelineDoesNotModifyInput() | ||
public function testEfmptyPipelineDoesNotModifyInput() | ||
{ | ||
// Arrange | ||
$expected = 'A'; | ||
|