Commit Graph

28 Commits

Author SHA1 Message Date
Ben Ramsey b941aa1a9a Prepare test suite for PHP 8 2020-10-29 18:24:14 -05:00
Ben Ramsey f965293da9 Specify cache locations for build tools 2020-02-08 13:13:47 -06:00
Ben Ramsey deb888c4a3 Set floating-point precision for tests to "14" 2020-01-18 12:13:59 -06:00
Ben Ramsey 81f0f9a9b4 Clean-up tests and use PHPStan max level for tests 2020-01-18 12:13:09 -06:00
Ben Ramsey 5d7ee63f1c Update dev requirements and test suite for PHP 7+ only 2020-01-18 12:13:07 -06:00
Ben Ramsey e1761af875 Disable deprecation messages for now 2019-12-06 17:55:09 -08:00
Viktor Szépe bc201fe3e4 Add uuid PECL stubs 2019-11-30 13:33:54 -08:00
Ben Ramsey 64ba9a2767 Clean up code according to PhpStorm inspections report 2019-11-30 13:14:52 -08:00
Ben Ramsey 3f43661fdc Create stubs for testing uuid_* methods for environments without pecl/uuid 2019-11-30 12:19:43 -08:00
Martin Hujer bfc4afdf1f Tests: configure cacheDir for AspectMock 2019-11-30 09:10:09 -08:00
Martin Hujer f3e0fed2d7 Drop remnants of HHVM from tests
It was removed from Travis in c479cdd42f
2019-11-30 09:10:09 -08:00
Jessica Mauerhan 1d2b4b429f AspectMock all src 2016-03-24 10:00:28 -04:00
Jessica Mauerhan 89a1252eb9 add new line - thought I configured PHP Storm to do this already...grrr 2016-03-23 07:03:35 -04:00
Jessica Mauerhan 70d7d6ff0b excluding aspect mock on hhvm 2016-03-22 19:25:52 -04:00
Jessica Mauerhan 090c0cf188 PeclUuidGenerator tests. Added collaboration and correctness test 2016-03-22 11:13:01 -04:00
Ben Ramsey f5e96b6af7 Restructure tests 2015-10-03 10:59:44 -05:00
Ben Ramsey de02e532b2 Separate Doctrine\UuidTupe into an external library
Closes #51
2015-06-21 18:05:49 -05:00
Ben Ramsey d67c3490a8 Change namespace to "Ramsey"; closes #48 2015-04-25 12:11:37 -05:00
Thibaud Fabre 053a25f335 Remove 5.3 build & debug info 2014-10-30 15:16:59 +01:00
Thibaud Fabre fead6f3223 Refactor in the spirit of #1 & #34 2014-10-30 15:16:59 +01:00
Thibaud Fabre 13b3bf7ed9 Refactor from/toString methods to codecs 2014-10-30 15:15:16 +01:00
Thibaud Fabre 65916f2928 Set default timezone in PHPUnit bootstrap to pass HHVM tests 2014-10-30 15:13:45 +01:00
Ben Ramsey e66eb997a1 Set timezone for tests 2014-10-24 08:55:20 -05:00
Ben Ramsey c43be02bd9 Upgraded to PSR-4 autoloading 2014-02-21 18:35:01 -06:00
Ben Ramsey 4fa3a7abfd Moving moontoast/math and symfony/console to require-dev; fixes #20 2014-02-19 19:41:12 -06:00
Ben Ramsey 7bebd01e31 Add uuid console application and tests for generating UUIDs from CLI 2013-12-27 08:42:55 -06:00
Marijn Huizendveld dcbb873e62 Add UUID type definition for Doctrine DBAL.
This allows the use of [custom mapping types][1] when using the Doctrine
DBAL or Doctrine ORM.

[1]: http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#custom-mapping-types
2012-08-06 18:03:54 +02:00
Ben Ramsey dc93facbac Initial commit; supports UUID version 1 generation. 2012-07-05 18:29:35 -05:00