File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11vendor /
22composer.lock
33phpunit.xml
4- .DS_Store
4+ .DS_Store
Original file line number Diff line number Diff line change 1919 "satooshi/php-coveralls" : " dev-master"
2020 },
2121 "autoload" : {
22- "psr-4" : {"minphp\\ Input\\ " : " src" }
22+ "psr-4" : {"Minphp\\ Input\\ " : " src" }
23+ },
24+ "autoload-dev" : {
25+ "psr-4" : {"Minphp\\ Input\\ Tests\\ " : " tests" }
2326 }
2427}
Original file line number Diff line number Diff line change 11<?php
2- namespace minphp \Input ;
2+ namespace Minphp \Input ;
33
4- use \ Exception ;
4+ use Exception ;
55
66/**
77 * Supplies methods useful in verifying and formatting input data. Provides a
Original file line number Diff line number Diff line change 11<?php
2- namespace minphp \Input ;
2+ namespace Minphp \Input \ Tests ;
33
4- use \PHPUnit_Framework_TestCase ;
4+ use PHPUnit_Framework_TestCase ;
5+ use Minphp \Input \Input ;
56
67/**
7- * @coversDefaultClass \minphp \Input\Input
8+ * @coversDefaultClass \Minphp \Input\Input
89 */
910class InputTest extends PHPUnit_Framework_TestCase
1011{
You can’t perform that action at this time.
0 commit comments