Commit Graph

103 Commits

Author SHA1 Message Date
peter279k 8fab36d995 Use class-based PHPUnit namespace 2018-04-25 18:43:33 +08:00
Ben Ramsey 1f55a65f51 Pin goaop/framework to less than v2.2, so that builds start passing 2018-03-23 11:28:09 -04:00
Ben Ramsey e67d6bfdc2 Revert to pre-1.x series of mockery/mockery for ramsey/uuid 3.x 2018-01-16 19:45:47 -06:00
Ben Ramsey fc6ebc6e72 Remove satooshi/php-coveralls from dev requirements 2018-01-16 13:53:41 -06:00
Ben Ramsey 5a98ff58fe Remove apigen/apigen as a dev dependency 2018-01-16 13:53:41 -06:00
Ben Ramsey c8720ffe16 Upgrade mockery/mockery to the 1.x series 2018-01-16 13:53:32 -06:00
Ben Ramsey bd7f7f3135 Restrict codeception/aspect-mock to the 2.0.* series
A backward-incompatible change was introduced in codeception/aspect-mock
version 2.1, causing tests to generate errors. There is no need to
update the tests in the 3.x series of ramsey/uuid, so this change
restricts aspect-mock to <2.1.
2017-11-08 21:16:02 -06:00
Ben Peachey c52af4ea07 Removes <5.4 limit for PHPUnit in composer.json file. 2017-10-17 12:47:21 +02:00
Ben Ramsey ff6ad53a00 Allow alpha version of goaop/framework for PHP 5.4 2017-03-18 12:02:09 -05:00
Ben Ramsey 734eb56383 Allow older dependencies for earlier versions of PHP 2017-03-18 11:57:21 -05:00
Ben Ramsey 6d7b1dc123 Update dev dependencies so that tests succeed on PHP nightlies 2017-03-18 11:52:45 -05:00
Ben Ramsey 9e1b234324 Add Composer scripts as shortcuts to tests and doc generation 2017-03-18 10:38:08 -05:00
Tobias Nyholm f2a7cd06bb Be more specific about PHP versions
We do not support PHP6 nor PHP8.
2017-03-08 10:32:44 +01:00
Leigh 8a55a398d2 Pin doctrine/annotations to a 1.2.x version
1.3.x is currently causing test failures when used with goaop
1.0.0-alpha2 (which we are pinned at for PHP 5.4 compat)
2016-10-31 13:33:01 +00:00
Jessica Mauerhan ae2d1f8ca9 Add older version of phpmock 2016-10-06 11:00:35 -04:00
Jessica Mauerhan 761e5115be Add function mock test for systems without libsodium 2016-10-04 16:23:36 -04:00
Andreas Möller 7ff6fff06d Fix: Move tests one up 2016-09-15 08:31:27 +02:00
Ben Ramsey 22226169cd Limit PHPUnit use to <5.4 to avoid deprecation warnings in master 2016-06-24 16:40:07 +02:00
Ben Ramsey e8b615187e Merge pull request #104 from jmauerhan/add-generator-test-coverage
Add src/Generator test coverage
2016-03-23 12:02:37 -03:00
Jessica Mauerhan 7e8fef0ce1 merge 2016-03-23 07:23:42 -04:00
Ben Ramsey 4aac31920d Merge pull request #101 from ramsey/3.x/random_compat
Drop the use of OpenSSL as a fallback and use paragonie/random_compat
2016-03-22 15:35:14 -03:00
Ben Ramsey 7c5751d6fa Add 3.x-dev Composer branch alias for dev-master
[ci skip]
2016-03-22 15:29:26 -03:00
Ben Ramsey 04ad192962 Merge branch '2.x/random_compat' into 3.x/random_compat 2016-03-22 14:54:20 -03:00
Ben Ramsey b64eb3039a Allow ^1.0|^2.0 for paragonie/random_compat for those depending on 1.x 2016-03-22 14:50:32 -03:00
Jessica Mauerhan 0068b1be55 Specifying versions of aspect-mock and goaop that should work on 5.4 2016-03-22 11:33:28 -04:00
Jessica Mauerhan dfd89e2275 Add AspectMock for mocking built-in functions
It's possible to do this without the library, but the library makes it
simpler, so we don't have to have a bunch of extra files in the test code
base for each of the mocked methods in the namespace, and then manually
require them. This is much cleaner and I think makes it more obvious what
the mock is doing.
2016-03-22 11:11:33 -04:00
Ben Ramsey 78824fdd37 Merge branch '2.x/random_compat' into 3.x/random_compat 2016-03-22 11:57:46 -03:00
Ben Ramsey 0e75414866 Use stable version of paragonie/random_compat 2016-03-22 11:54:28 -03:00
Ben Ramsey fbf9580383 Merge branch '2.x/random_compat' into 3.x/random_compat 2016-03-17 10:59:00 -05:00
Ben Ramsey 690b987d74 Merge branch 'master' into 3.x/random_compat 2016-03-17 10:49:22 -05:00
Ben Ramsey 1057be4147 Bump paragonie/random_compat to dev-master in prep for its release 2016-03-17 10:48:28 -05:00
Jessica Mauerhan 76a6ac3dce Move Mockery to dev 2016-03-17 01:14:25 -04:00
Ben Ramsey a5626e3e58 Merge branch '2.x/random_compat' into 3.x/random_compat 2016-03-15 11:07:50 -05:00
Ben Ramsey dcd7e67721 Drop OpenSSL support and use paragonie/random_compat
Fixes issue #80 for the 2.x series
2016-03-15 10:56:25 -05:00
Jessica Mauerhan 30d71f250d Tests for RandomLibAdapter
- Requires Mockery for overloading creation of factory
- Tests for the constructor of the adapter.
2016-03-13 11:04:17 -04:00
Ben Ramsey e4e38b4059 Add random generator for the PECL libsodium extension 2016-02-13 20:29:32 -06:00
Ben Ramsey 0075fe6e23 Merge branch '2.8' 2015-12-17 11:04:15 -06:00
pkruithof 9640408866 Added support for symfony/console v3 2015-12-17 17:08:03 +01:00
Ben Ramsey 6665dcc1d3 Remove branch alias 2015-10-03 11:02:03 -05:00
Ben Ramsey bab1bc7bd2 Add ext-uuid to suggestions and re-organize suggestions 2015-10-03 11:01:46 -05:00
Ben Ramsey f5e96b6af7 Restructure tests 2015-10-03 10:59:44 -05:00
Ben Ramsey 36ebfcfc93 Add apigen/apigen to the dev requirements 2015-09-26 19:06:50 -05:00
Ben Ramsey f244327de7 Change homepage to reflect new repository location (again)
Because I'm an idiot
2015-08-31 08:40:07 -05:00
Ben Ramsey 8a637f5b50 Change homepage to reflect the new repository location 2015-08-31 08:39:09 -05:00
Frederik Bosch 75d596d95d Update composer.json of dev-master
Changed old support location to new support location.
2015-08-31 12:20:47 +02:00
Frederik Bosch 6c608cf1e9 Update composer.json
Just did a `composer show -i` and saw a big warning NO LONGER MAINTAINED on the ramsay/uuid package. This confused me because I was sure I switched months ago. I found out that there are still references to the old package inside the composer.json.
2015-08-31 11:09:34 +02:00
Ben Ramsey 4df546f5e4 Merge branch '2.8'
Conflicts:
	README.md
	apigen.neon
	composer.json
2015-07-23 19:06:41 +00:00
Ben Ramsey 5b98a8d907 Merge remote-tracking branch 'upstream/2.8'
Conflicts:
	README.md
	composer.json
2015-07-23 18:55:41 +00:00
Ben Ramsey e006f669ad Adding common docblock file header 2015-07-15 13:59:52 -05:00
Ben Ramsey c8f320477b Update dev requirements 2015-06-21 19:41:48 -05:00