Commit Graph

596 Commits

Author SHA1 Message Date
Ben Ramsey 9e1b234324 Add Composer scripts as shortcuts to tests and doc generation 2017-03-18 10:38:08 -05:00
Ben Ramsey fa38bdddc5 Remove Gitter and Scrutinizer integration 2017-03-18 10:11:07 -05:00
Ben Ramsey ded61ca8d8 Merge pull request #162 from garak/specific-exception
add a specific exception for invalid UUID string
2017-03-11 08:30:28 -06:00
Massimiliano Arione a2647abc14 add a specific exception for invalid UUID string 2017-03-11 10:52:53 +01:00
Ben Ramsey 47fcdc6341 Merge pull request #160 from iainmckay/master
Improves memory usage when generating large quantities of UUID's
2017-03-10 12:37:11 -06:00
Iain Mckay 0a198d3d11 Improves memory usage when generating large quantities of UUID's 2017-03-09 09:01:12 +01:00
Ben Ramsey 38d8e5086d Merge pull request #158 from Nyholm/patch-1
Be more specific about PHP versions
2017-03-08 08:02:19 -06: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
Ben Ramsey 2f7d4ff00f Add tests for uuid3() and uuid4() to test behavior for empty strings 2017-02-02 15:30:40 -06:00
Ben Ramsey a2509c5910 Merge pull request #151 from mikeSimonson/patch-1
Upgrade of the travis configuration for php nightly
2017-01-24 08:49:21 -06:00
mikeSimonson 05af243d07 Upgrade of the travis configuration for php nightly 2017-01-24 15:22:46 +01:00
Ben Ramsey 41dcc417e2 Merge pull request #149 from colinajd/patch-1
bump copyright year
2017-01-05 20:48:25 -06:00
Colin Donaldson 5177375b59 bump copyright year 2017-01-06 00:40:52 +00:00
Ben Ramsey 5677cfe023 Add change log notes for 3.5.2 release 3.5.2 2016-11-22 13:21:44 -06:00
Ben Ramsey 34447f3f0f Merge pull request #144 from lt/fix-php7-tests
Pin doctrine/annotations to a 1.2.x version (Fixes build)
2016-10-31 09:25:20 -05: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
Ben Ramsey fe152ef1ee Merge pull request #139 from jmauerhan/tests
Adding test coverage for getters/setters currently untested.
2016-10-26 09:58:11 -05:00
Jessica Mauerhan 02fc392d84 formatting 2016-10-18 08:53:11 -05:00
Jessica Mauerhan bf1513433f fixing formatting 2016-10-17 20:56:57 -05:00
Jessica Mauerhan d4ece57761 Adding test coverage for getters/setters currently untested. 2016-10-17 20:53:01 -05:00
Ben Ramsey 2d19c68f5c Merge pull request #138 from jmauerhan/master
Unit Tests: Add function mock test for systems without libsodium
2016-10-07 08:31:56 -05:00
Jessica Mauerhan e0c2ff2a09 Fix code style 2016-10-06 11:10:40 -04: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
Ben Ramsey a07797b986 Update CHANGELOG for version 3.5.1 3.5.1 2016-10-02 10:51:17 -05:00
Ben Ramsey 239c601b99 Merge pull request #137 from jmauerhan/compare-lowercase
UUID equals case-insensitive
2016-10-02 10:59:52 -04:00
Jessica Mauerhan 65cc76f721 remove extra ; causing PHPCBF to fail 2016-10-02 10:27:23 -04:00
Jessica Mauerhan e80e3d5828 Convert string to lowercase. Fixes GH Issue #131 2016-09-30 16:01:45 -04:00
Jessica Mauerhan 0a620d1966 Added another failing test case for GH Issue $131 2016-09-30 16:00:46 -04:00
Jessica Mauerhan 58dd3dd249 Add failing test cases for case issue (GH Issue #131) 2016-09-30 15:55:04 -04:00
Ben Ramsey 67fc99a93b Merge pull request #136 from localheinz/fix/directory
Fix: Move tests one up
2016-09-16 13:48:57 -05:00
Andreas Möller 7ff6fff06d Fix: Move tests one up 2016-09-15 08:31:27 +02:00
Ben Ramsey 8d2bab3c17 Merge pull request #134 from localheinz/fix/visibility
Fix: Reduce visibility of setUp() and tearDown()
2016-09-09 18:17:29 -05:00
Ben Ramsey 1bd7a82fcb Merge pull request #135 from localheinz/fix/travis
Fix: Move operations to appropriate sections
2016-09-09 18:16:59 -05:00
Andreas Möller a695737bb9 Fix: Move operations to appropriate sections 2016-09-08 10:27:12 +02:00
Andreas Möller 3f626579c3 Fix: Reduce visibility of setUp() and tearDown() 2016-09-08 10:24:25 +02:00
Ben Ramsey a6d15c8618 Update CHANGELOG notes for version 3.5.0
[ci skip]
3.5.0
2016-08-02 14:39:32 -04:00
Ben Ramsey 2e674a1713 Merge pull request #118 from barryvdh/optimized
Codec to store UUID in an optimized way for InnoDB
2016-08-02 13:53:14 -04:00
Ben Ramsey 60d6bab90d Merge pull request #132 from GrahamCampbell/patch-1
Test on PHP 7.1
2016-08-02 13:48:54 -04:00
Graham Campbell 6c2c31880e Test on PHP 7.1 2016-08-02 17:12:20 +01:00
Ben Ramsey e53270fa14 Merge pull request #129 from ifunny/fix-random-node-provider
Fix RandomNodeProvider: change the max value in mt_rand() call to prevent invalid node generation
2016-08-02 12:05:02 -04:00
Ben Ramsey cf9d93b69c Merge pull request #130 from ondrejmirtes/fix
Fixed undefined classes in GuidStringCodecTest properties
2016-08-02 11:49:04 -04:00
Ondrej Mirtes aa869f93ff Fixed undefined classes in GuidStringCodecTest properties 2016-08-01 21:07:53 +02:00
Anton Vasetskiy 4872dac723 Fix code style 2016-07-28 17:49:27 +03:00
Anton Vasetskiy 879fe3cfe2 Fix RandomNodeProvider: change the max value in mt_rand() call to prevent invalid node generation 2016-07-28 16:44:26 +03:00
Ben Ramsey be0a40fec1 Merge branch 'MLoureiro-107_cache_system_node_provider' 2016-06-25 00:24:42 +02:00
Ben Ramsey f03d3216fe Follow similar pattern to that shown in other tests for system node 2016-06-25 00:23:57 +02:00
Ben Ramsey 42d24d5b44 Fix failing test due to collisions caused by not being run in isolation 2016-06-25 00:20:21 +02:00
Ben Ramsey e865a0e2ff Merge branch '107_cache_system_node_provider' of https://github.com/MLoureiro/uuid into MLoureiro-107_cache_system_node_provider 2016-06-24 23:58:19 +02:00
Ben Ramsey 3080c7c5fb Merge pull request #122 from MLoureiro/remove_duplicated_str_replace_method_call
Remove duplicated call to str_replace()
2016-06-24 16:21:32 -05:00