Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat add tests #41

Open
wants to merge 26 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
69b8469
feat: add new tests
Sep 16, 2021
d5e898f
Apply fixes from StyleCI
Giacomo92 Sep 16, 2021
8b02d99
Merge pull request #42 from offline-agency/analysis-WNva4j
Sep 16, 2021
b7b963f
fix: tests
Sep 16, 2021
6a82b48
Apply fixes from StyleCI
Giacomo92 Sep 16, 2021
18639da
Merge pull request #43 from offline-agency/analysis-J2Vw6V
Sep 16, 2021
0dcaf7d
refactor: stub
Sep 16, 2021
875d522
feat: add more tests and stubs
Sep 16, 2021
62ce9be
Apply fixes from StyleCI
Giacomo92 Sep 16, 2021
003fab5
Merge pull request #44 from offline-agency/analysis-lKnM4J
Sep 16, 2021
0030859
Merge branch 'develop' into feat-add-tests
Sep 16, 2021
1d1b214
feat: add more test to AccountEntity
Sep 27, 2021
50d5d54
Update Magazzino.php
Giacomo92 Sep 27, 2021
faee0b9
Merge branch 'develop' into feat-add-tests
Sep 27, 2021
8ae43c9
feat: add new tests empty files
Sep 27, 2021
0557ef7
refactor: removed standard feature test
Sep 27, 2021
b84c91a
Apply fixes from StyleCI
Giacomo92 Sep 27, 2021
fb73110
Apply fixes from StyleCI
Giacomo92 Sep 27, 2021
564a882
Merge pull request #52 from offline-agency/analysis-4xjRLe
Giacomo92 Sep 27, 2021
4cac352
Merge pull request #51 from offline-agency/analysis-OM1da0
Giacomo92 Sep 27, 2021
c795eb6
refactor: restore standard feature test
Sep 27, 2021
9eb2ecb
Apply fixes from StyleCI
Giacomo92 Sep 27, 2021
f0f8145
Merge pull request #53 from offline-agency/analysis-3wjJ44
Giacomo92 Sep 27, 2021
57e6462
fix: payment method test
Sep 27, 2021
516da8d
fix: aliases namespace
Oct 18, 2021
0d7cef5
feat add codecov badge and fix stle CI
Giacomo92 Oct 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Latest Stable Version](https://poser.pugx.org/offline-agency/laravel-fatture-in-cloud/v/stable)](https://packagist.org/packages/offline-agency/laravel-fatture-in-cloud)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/offline-agency/laravel-fatture-in-cloud/master.svg?style=flat-square)](https://travis-ci.org/offline-agency/laravel-fatture-in-cloud)
[![Quality Score](https://img.shields.io/scrutinizer/g/offline-agency/laravel-fatture-in-cloud.svg?style=flat-square)](https://scrutinizer-ci.com/g/offline-agency/laravel-fatture-in-cloud/)
[![codecov](https://codecov.io/gh/offline-agency/laravel-fatture-in-cloud/branch/master/graph/badge.svg?token=2N4Q2APNAT)](https://codecov.io/gh/offline-agency/laravel-fatture-in-cloud)
[![StyleCI](https://github.styleci.io/repos/167236902/shield)](https://styleci.io/repos/167236902)
[![Total Downloads](https://img.shields.io/packagist/dt/offline-agency/laravel-fatture-in-cloud.svg?style=flat-square)](https://packagist.org/packages/offline-agency/laravel-fatture-in-cloud)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"OfflineAgency\\FattureInCloud\\FattureInCloudServiceProvider"
],
"aliases": {
"FattureInCloud": "GarbinLuca\\FattureInCloud\\FattureInCloudFacade"
"FattureInCloud": "OfflineAgency\\FattureInCloud\\FattureInCloudFacade"
}
}
}
Expand Down
Loading