14 Commits

Author SHA1 Message Date
Ben Ramsey edb10483fb Squelch deprecation errors when running PHPUnit
These errors occur on UuidInterface, and the solution is to add
__unserialize() and __serialize() to the interface, but this cannot take
place until the next major version bump.
2022-08-05 14:47:05 -05:00
Ben Ramsey c005f69d6e chore: update package files 2021-08-06 14:05:57 -05:00
Ben Ramsey f965293da9 Specify cache locations for build tools 2020-02-08 13:13:47 -06:00
Martin Hujer 1eccd070c2 Add XSD schema to phpunit.xml.dist config
- Add XSD schema, so it can be validated (and PHPStorm provides
  auto-completion)
- Drop backupGlobals option, because false is the default value
2020-01-18 12:13:08 -06:00
Ben Ramsey e1761af875 Disable deprecation messages for now 2019-12-06 17:55:09 -08:00
Ben Ramsey 0619916146 Turn of PHPUnit converting deprecations to exceptions 2019-12-06 17:06:07 -08:00
Ben Ramsey 39c610ea31 Clean up project documentation and repo metadata 2019-11-30 11:07:39 -08:00
Andreas Möller 7ff6fff06d Fix: Move tests one up 2016-09-15 08:31:27 +02:00
Jessica Mauerhan f18ac81244 include unprocessed files in coverage 2016-03-23 09:12:29 -04:00
Jessica Mauerhan 737a33270d use AspectMock on Generator tests 2016-03-22 11:12:42 -04:00
Ben Ramsey 47964f2cca Remove code-coverage logging from PHPUnit config 2016-02-13 20:28:50 -06:00
Ben Ramsey f5e96b6af7 Restructure tests 2015-10-03 10:59:44 -05:00
Ben Ramsey d67c3490a8 Change namespace to "Ramsey"; closes #48 2015-04-25 12:11:37 -05:00
Marijn Huizendveld 49429be630 Correct default phpunit configuration filename.
The `phpunit.xml.dist` file will now be detected when running `$ phpunit`.
2012-08-06 09:42:37 +02:00