Commit Graph

577 Commits

Author SHA1 Message Date
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
Marcos ab81ad278a Remove duplicated call to str_replace() 2016-06-24 20:46:51 +02:00
Marcos 6cb7128cbe Cover that SystemNodeProvider::getNode returns false when it doesn't find node 2016-06-24 20:46:21 +02:00
Ben Ramsey 369bd5ae21 Ignore coding standards on lines in test 2016-06-24 16:44:21 +02:00
Ben Ramsey 5c46b950c1 Merge branch 'MLoureiro-fix_failure_test_on_travis' 2016-06-24 16:42:21 +02:00
Ben Ramsey 39fffde153 Merge branch 'fix_failure_test_on_travis' of https://github.com/MLoureiro/uuid into MLoureiro-fix_failure_test_on_travis 2016-06-24 16:41:56 +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 6da0571b6e Update Travis builds to use Travis-installed PHP instead of Docker
The Docker images currently do not have all the proper dependencies for
some newly-updated dependent packages (i.e. iconv), so we're using
standard Travis for the moment.
2016-06-24 16:14:04 +02:00
Marcos dce9d0cb7d Remove real call to ifconfig on unit test 2016-06-23 21:37:29 +02:00
Marcos 5dbd993b4b Execute system call only once even if the node is not found 2016-06-23 21:03:07 +02:00
Barry vd. Heuvel 9112b2bd95 Test OrderedTimeCodecTest exception 2016-04-27 22:32:15 +02:00
Barry vd. Heuvel ca0cc642aa Add OrderedTimeCodec + test 2016-04-27 21:38:55 +02:00
Ben Ramsey b4fe3b7387 Updating CHANGELOG notes for version 3.4.1 3.4.1 2016-04-23 19:30:41 -05:00
Ben Ramsey ec9774cc0f Updated CONTRIBUTING to include "tests" when running phpcs 2016-04-23 19:30:18 -05:00
Ben Ramsey fcc5432d74 Fixed test that violated a PHP CodeSniffer rule, breaking the build 2016-04-23 19:29:59 -05:00
Ben Ramsey fb12163881 Update CHANGELOG notes for version 3.4.0 3.4.0 2016-04-23 19:08:55 -05:00
Ben Ramsey f75a9afda9 Merge pull request #102 from ghola/master
Implemented timestamp first and timestamp last comb generators
2016-03-29 19:15:16 -05:00
Alex Farcas 49cc97f5ee Implemented timestamp first and timestamp last comb generators 2016-03-29 22:32:55 +03:00
Ben Ramsey ced5ee568b Merge pull request #112 from jmauerhan/test-coverage-codec
Test coverage Codec
2016-03-29 13:34:39 -05:00
Jessica Mauerhan 53e4bfe231 add uuid teardown - tearing down all set private variables reduces memory usage, prevents phpunit from running out of memory 2016-03-27 17:16:48 -04:00