diff --git a/README.md b/README.md index 4318e9d..f462048 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ composer require morningtrain/economic ## Usage ```php -$skeleton = new MorningTrain\Economic(); -echo $skeleton->echoPhrase('Hello, MorningTrain!'); +$skeleton = new Morningtrain\Economic(); +echo $skeleton->echoPhrase('Hello, Morningtrain!'); ``` ## Testing diff --git a/composer.json b/composer.json index ca1960c..51e2977 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "autoload": { "psr-4": { - "MorningTrain\\Economic\\": "src" + "Morningtrain\\Economic\\": "src" } }, "autoload-dev": { diff --git a/src/Abstracts/Endpoint.php b/src/Abstracts/Endpoint.php index 13b4d43..3e2b895 100644 --- a/src/Abstracts/Endpoint.php +++ b/src/Abstracts/Endpoint.php @@ -1,6 +1,6 @@ beforeEach(function () { diff --git a/tests/Unit/CustomerTest.php b/tests/Unit/CustomerTest.php index 176a3f2..871e2c2 100644 --- a/tests/Unit/CustomerTest.php +++ b/tests/Unit/CustomerTest.php @@ -1,10 +1,10 @@ driver->expects()->get('https://restapi.e-conomic.com/customers', [ diff --git a/tests/Unit/InvoiceTest.php b/tests/Unit/InvoiceTest.php index 0a026c0..31b062f 100644 --- a/tests/Unit/InvoiceTest.php +++ b/tests/Unit/InvoiceTest.php @@ -1,14 +1,14 @@ driver->expects()->post()