412a03516b
Github Actions: PHPUnit
...
Added Github Actions runner for PHPUnit tests.
It runs on every push and makes sure all contributions (be it from humans, or bots) pass our existing tests.
2021-06-29 13:49:20 +03:00
Victor Gonzalez
f830c5b264
update to accept php 8
2.1.0
2021-06-23 09:41:47 -04:00
95635719d6
Merge pull request #30 from nullthoughts/dependabot/composer/laravel/framework-7.30.4
...
Bump laravel/framework from 7.2.0 to 7.30.4
2021-02-02 19:53:59 +02:00
dependabot[bot]
e57f989c68
Bump laravel/framework from 7.2.0 to 7.30.4
...
Bumps [laravel/framework](https://github.com/laravel/framework ) from 7.2.0 to 7.30.4.
- [Release notes](https://github.com/laravel/framework/releases )
- [Changelog](https://github.com/laravel/framework/blob/8.x/CHANGELOG-6.x.md )
- [Commits](https://github.com/laravel/framework/compare/v7.2.0...v7.30.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-02 17:51:33 +00:00
3a54f48c65
Removed non-existing Feature tests
2021-02-02 19:42:03 +02:00
c0f21612fc
Merge pull request #28 from nullthoughts/dependabot/composer/symfony/http-foundation-5.0.7
...
Bump symfony/http-foundation from 5.0.5 to 5.0.7
2020-04-06 08:59:44 +03:00
dependabot[bot]
8007b2ae88
Bump symfony/http-foundation from 5.0.5 to 5.0.7
...
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation ) from 5.0.5 to 5.0.7.
- [Release notes](https://github.com/symfony/http-foundation/releases )
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/http-foundation/compare/v5.0.5...v5.0.7 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-03-30 22:43:51 +00:00
Victor Gonzalez
000f1e3851
Merge pull request #27 from vicgonvt/update_travis_php
...
Updates the travis CI and bumps PHP version
v2.0.0
2020-03-18 09:52:34 -04:00
Victor Gonzalex
7bcec7872f
allow for custom namespacing
2020-03-18 09:50:03 -04:00
Victor Gonzalez
449dafcb89
Merge pull request #26 from vicgonvt/feature_namespace_custom
...
Allow for custom namespacing
2020-03-18 09:01:02 -04:00
Victor Gonzalex
af513debec
allow for custom namespacing
2020-03-18 08:50:45 -04:00
Victor Gonzalez
5759629d34
Merge pull request #25 from vicgonvt/feature_storage_json
...
Adds the ability to have the json files stored remotely
2020-03-18 08:19:29 -04:00
Victor Gonzalex
0ab4a4f053
change tests name to be unique for remote test
2020-03-18 07:59:34 -04:00
Victor Gonzalex
163be72b86
fixes all tests
2020-03-18 07:57:45 -04:00
Victor Gonzalex
20b07aeea8
fix broken tests
2020-03-18 07:30:40 -04:00
Victor Gonzalex
168923d3da
wip getting the Storage driver to work for remote json files
2020-03-17 16:31:17 -04:00
Victor Gonzalez
b177e8de2c
Merge pull request #24 from vicgonvt/update_testbench
...
updates testbench to 5.0 and phpunit 9
2020-03-17 14:37:46 -04:00
Victor Gonzalex
cd3adf1a96
updates testbench to 5.0 and phpunit 9
2020-03-17 14:33:40 -04:00
nullthoughts
8a987b89c5
Update namespace
v1.1.1
2020-03-17 14:01:56 -04:00
nullthoughts
552bc8fba8
Update namespace
2020-03-17 13:55:24 -04:00
nullthoughts
7b89add86e
Update namespace from distinctm to nullthoughts
2020-03-17 13:51:26 -04:00
Jani Gyllenberg
8c69fe4d27
Merge pull request #22 from nullthoughts/dependabot/composer/symfony/http-foundation-4.4.1
...
Bump symfony/http-foundation from 4.2.2 to 4.4.1
v1.1.0
2019-12-05 17:13:59 -05:00
dependabot[bot]
a6b0d7aa66
Bump symfony/http-foundation from 4.2.2 to 4.4.1
...
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation ) from 4.2.2 to 4.4.1.
- [Release notes](https://github.com/symfony/http-foundation/releases )
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/http-foundation/compare/v4.2.2...v4.4.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-12-03 03:31:39 +00:00
Jani Gyllenberg
6dbf71adbc
Merge pull request #19 from nullthoughts/issue-templates
...
Update issue templates
2019-10-16 10:18:42 -04:00
Jani Gyllenberg
0a462f9193
Merge pull request #21 from nullthoughts/contributing-guide
...
Contributing guide
2019-10-16 10:17:57 -04:00
Jani Gyllenberg
ec73547e7a
Merge pull request #20 from nullthoughts/add-code-of-conduct-1
...
Contributor Covenant Code of Conduct
2019-10-16 10:16:50 -04:00
f478df70c4
Contributing guide
...
Parsed together from Laravel [contributions.md](https://raw.githubusercontent.com/laravel/docs/6.x/contributions.md ) (MIT) and [readme.md](https://raw.githubusercontent.com/laravel/laravel/master/readme.md ) (MIT)
Relates to #15
2019-10-16 10:09:29 +03:00
382c4a152d
Contributor Covenant Code of Conduct
...
Used template provided by GitHub and used @nullthoughts public email address.
Relates to #15
2019-10-16 09:58:44 +03:00
27e8683874
Update issue templates
...
Bug report template (with added Laravel specific fields) and Feature request template.
2019-10-16 09:55:49 +03:00
Jani Gyllenberg
6f826afe71
Merge pull request #17 from nullthoughts/add-license
...
Create LICENSE
2019-10-15 13:26:26 -04:00
Jani Gyllenberg
de80308447
Merge pull request #18 from nullthoughts/dev
...
Fix case-sensitive namespace issues & update Readme
2019-10-15 12:39:03 -04:00
nullthoughts
5f7fa84914
Manually merge PR 16 from @vicgonvt
2019-10-15 12:29:30 -04:00
Jani Gyllenberg
ee3f13ec2b
Create LICENSE
2019-10-15 12:24:33 -04:00
nullthoughts
5acf52b9f4
Update case-sensitive namespace for fakes
2019-10-15 12:21:45 -04:00
nullthoughts
6b3ff0ebdf
Fix Travis CI link (namespace change)
2019-10-15 12:21:23 -04:00
nullthoughts
862a15b95c
Merge fakes & Fakes (case sensitive)
2019-10-15 12:21:01 -04:00
Jani Gyllenberg
325667f1f7
Merge pull request #16 from vicgonvt/master
...
Great work 👍 , Thank you
Even though Travis CI tests are failing in the PR, they are passing in your fork.
2019-10-15 12:01:33 -04:00
Victor Gonzalez
cdd675a862
fix broken tests with removal of str_studly
2019-10-15 11:38:11 -04:00
Victor Gonzalez
dafbb6cb6a
Update readme.md
2019-10-15 11:25:09 -04:00
Jani Gyllenberg
aa9d2905fb
Merge pull request #14 from distinctm/php71-support
...
Support for PHP 7.1
2019-08-23 10:08:47 -04:00
distinctm
916f203c5b
Switches type hinting of objects to stdClass for 7.1 backwards compatibility
2019-08-23 10:03:26 -04:00
distinctm
9dd3e29601
Rename
2019-08-23 09:53:05 -04:00
distinctm
e6200c346a
Implements void return types for PHPUnit
2019-08-23 09:45:52 -04:00
Jani Gyllenberg
12ba3008cc
Merge pull request #13 from ivuorinen/travis-config
...
Travis CI Configuration and README badge
2019-08-23 09:30:05 -04:00
Ismo Vuorinen
a64f17891f
Travis CI Configuration and README badge
...
This commit adds travis-ci.com configuration and the related build status badge to the README header.
2019-08-23 09:22:36 +03:00
Jani Gyllenberg
c601bee490
Merge pull request #12 from atefBB/patch-1
...
Update readme.md
2019-06-20 16:18:03 -04:00
Atef Ben Ali
d081af525c
Update readme.md
2019-06-20 19:34:12 +02:00
Jani Gyllenberg
82e5865831
Merge pull request #11 from mateusjunges/junges-patch-1
...
Apply fixes from StyleCI and refactor readme
2019-06-20 13:32:35 -04:00
Mateus Junges
b5eacfb0f7
Refactor README.md
2019-06-20 13:37:33 -03:00
Mateus Junges
ec80e79b01
Merge pull request #1 from mateusjunges/analysis-XZENyb
...
Apply fixes from StyleCI
2019-06-20 13:23:47 -03:00