Commit graph

37 commits

Author SHA1 Message Date
Oliver Davies 8551843b04 Move src and tests directories 2020-03-11 21:30:20 +00:00
Oliver Davies 10f0f7fd11 Move custom app code
Move custom app code (the `src` and `tests` directories) into `app`.
2019-10-18 07:40:14 +01:00
Oliver Davies 88fffa77d2 Remove unused packages
Remove josephlavin/tap and tsphethean/sculpin-related-posts-bundle
2019-10-16 14:58:23 +01:00
Oliver Davies 906e4c1938 Fix PHPUnit compatibility
Add `void` return types to the `setUp()` methods.
2019-10-05 19:20:35 +01:00
Oliver Davies ed4133b573 Remove bundle, add services in sculpin_kernel.yml 2019-09-30 18:38:25 +01:00
Oliver Davies bfccea0312 Move Talks bundle 2019-04-14 08:13:10 +01:00
Oliver Davies 0c8c2f8eb7 Fix tests, use timestamp 2019-03-03 21:53:12 +00:00
Oliver Davies dac38aec7d Ensure that upcoming events are not returned as past 2019-03-03 21:53:12 +00:00
Oliver Davies 2334edf692 Refactor, ensure each event is an array 2019-03-03 21:53:12 +00:00
Oliver Davies fddaa56ed2 Ensure that only future events can be retrieved 2019-03-03 21:53:12 +00:00
Oliver Davies 306082d17b Stub another test 2019-03-03 21:53:12 +00:00
Oliver Davies a48d748942 Ensure that only past events can be retrieved 2019-03-03 21:53:11 +00:00
Oliver Davies 303162e65d Ensure that talks are sorted by the nearest event date 2019-03-03 21:53:11 +00:00
Oliver Davies 18e6d2e32f Ensure that talks given multiple times are only returned once 2019-03-03 21:53:11 +00:00
Oliver Davies 22b70033c5 Stub out new tests 2019-03-03 21:53:11 +00:00
Oliver Davies bc20b198b5 Use timestamps for talk dates 2019-02-13 01:10:14 +00:00
Oliver Davies 0b75d553e9 Update tests 2019-01-16 22:16:24 +00:00
Oliver Davies f6bf82a15e Rename FormatTalksBundle to TalksBundle 2019-01-16 22:16:24 +00:00
Oliver Davies ad8582b8c9 Fix time issue 2018-08-31 00:33:34 +01:00
Oliver Davies 09675808bb Revert "Break test"
This reverts commit 2f26ff4775.
2018-06-29 20:24:25 +01:00
Oliver Davies 2f26ff4775 Break test 2018-06-29 20:22:15 +01:00
Oliver Davies 4fa5cd767d wip 2018-05-09 23:24:08 +01:00
Oliver Davies 607f56e8c7 Refactor talks to be a lot simpler 2018-02-13 11:09:56 +00:00
Oliver Davies fdde07be05 Rename directory, update namespaces 2017-11-27 20:10:58 +00:00
Oliver Davies 3bd1f37032 Autoload tests namespace 2017-11-14 20:46:04 +00:00
Oliver Davies cdf588bc47 Indentation fixes 2017-11-14 18:26:01 +00:00
Oliver Davies aaf09e61c1 PSR-2 fixes 2017-11-14 18:20:27 +00:00
Oliver Davies c4700f7d66 Use Twig functions rather than filters 2017-11-14 13:43:46 +00:00
Oliver Davies 1003e50fef Also check the talk titles 2017-11-07 20:51:00 +00:00
Oliver Davies 8d4440c053 Update test data 2017-11-07 20:44:54 +00:00
Oliver Davies dfdbaea3ce Update method names, docblocks 2017-11-07 18:08:47 +00:00
Oliver Davies eb6a42bae7 Sort talks as part of the FormatTalksBundle 2017-11-07 18:08:23 +00:00
Oliver Davies a45b0228db Extend TestCase 2017-11-07 13:00:40 +00:00
Oliver Davies 899079820e Add format method test 2017-11-07 08:30:10 +00:00
Oliver Davies 844befd408 Rename events to event_data 2017-11-01 20:04:53 +00:00
Oliver Davies 764c4b7d67 Also test which events are returned 2017-11-01 19:57:41 +00:00
Oliver Davies a2a4528116 Add FormatTalksBundle tests 2017-11-01 17:24:23 +00:00