Commit Graph

132 Commits

Author SHA1 Message Date
Ivo Valchev 4e16380077 Make canonical record URL consistent across routes 2020-06-19 11:04:11 +02:00
Bob den Otter 9721d76ede Merge pull request #1502 from bolt/tests/twig
Tests/twig
2020-06-17 18:12:52 +02:00
Ivo Valchev 29487f4765 csfix 2020-06-16 15:43:59 +02:00
Ivo Valchev 8b6e4d0047 Pass excerpt length test 2020-06-15 13:44:24 +02:00
Ivo Valchev 39e8015ec0 WIP 2020-06-15 13:41:56 +02:00
Ivo Valchev d024409bd4 ContentExtension tests WIP 2020-06-15 13:41:55 +02:00
Ivo Valchev 88f1302d4a Update FieldExtensionTestCase.php 2020-06-15 13:41:55 +02:00
Ivo Valchev f8d8a16a97 Unit tests for twig functions and filters 2020-06-15 13:41:55 +02:00
Ivo Valchev 66c6fe8266 Fields persisted with correct default locale 2020-05-18 14:14:56 +02:00
Bob den Otter 912e578391 Tweak, tweak 2020-05-03 15:04:06 +02:00
Bob den Otter 4891687420 Update TaxonomyParserTest.php 2020-03-28 12:46:00 +01:00
Bob den Otter 0ff08a2cdb Fine-tuning 2020-03-28 12:20:26 +01:00
Bob den Otter 8a6138278d Don't show slugs for contenttypes without slugs 2020-03-21 11:51:06 +01:00
Bob den Otter 43d9445713 Only search in contenttypes that have searchable: true 2020-03-20 06:40:48 +01:00
Bob den Otter 4b75fa2928 Refactor sort: to order: 2020-03-18 16:43:18 +01:00
Bob den Otter 389e191bf2 Tweak, fix test. 2020-03-15 16:05:30 +01:00
Bob den Otter 09ef7445bd Update ContentTypesParserTest.php 2020-02-28 19:20:49 +01:00
Bob den Otter b064502aee Update ConfigTest.php 2020-02-22 13:01:47 +01:00
Ivo Valchev ac0ad6a4be TwigAware -> TwigAwareInterface 2020-02-14 16:36:48 +01:00
Bob den Otter 15dfe475bb Update ContentTypesParserTest.php 2020-02-08 15:09:29 +01:00
Ivo Valchev ff1b31b01e WIP patterns option 2020-02-06 16:28:07 +01:00
Ivo Valchev 46ac5a0458 include error in FIeldType 2020-02-05 13:31:46 +01:00
Ivo Valchev e1db6c205e expect 20 field attributes 2020-02-04 09:08:56 +01:00
Ivo Valchev 65c63cf6fe csfix 2020-02-03 11:38:07 +01:00
Ivo Valchev f2c0b76328 Increase expected attributes for contenttypesparser 2020-01-31 11:56:36 +01:00
Ivo Valchev cf90d5d0e6 update expected amount of attributes in field 2020-01-31 11:24:12 +01:00
Ivo Valchev 4efafdd496 unit tests should pass 2020-01-24 09:33:47 +01:00
Ivo Valchev e3bade1891 WIP fix unit tests 2020-01-24 09:25:30 +01:00
Bob den Otter b56f16292f Move to UserRepository::factory 2020-01-10 18:59:42 +01:00
Bob den Otter 7ac177288c Update TaxonomyRepositoryTest.php 2020-01-10 18:36:36 +01:00
Bob den Otter 8c6aff3c0e Fix tests 2020-01-10 18:29:58 +01:00
Bob den Otter 4f3048e746 Update SetcontentTokenParserTest.php 2020-01-07 06:59:15 +01:00
Bob den Otter 8df71832b7 Update SetcontentTokenParserTest.php 2020-01-07 06:46:15 +01:00
Bob den Otter 058c57f918 CS fixes. 2020-01-05 08:55:56 +01:00
Bob den Otter 9906e4403a Updating a bunch of deprecations: ObjectManager => EntityManagerInterface 2020-01-05 08:29:01 +01:00
Bob den Otter d52b58b2fa Update LoginFormAuthenticatorTest.php 2020-01-04 14:54:16 +01:00
Ivo Valchev 7f3423bf6c passing unit tests after adding attribute to field config 2019-12-09 12:34:20 +01:00
Bob den Otter e4747b31d5 Update ContentTypesParserTest.php 2019-11-24 13:23:02 +01:00
David Maicher 6fffb4da7a fix test database transactional isolation 2019-11-12 16:39:28 +01:00
Ivo Valchev f9787fc562 csfix 2019-11-08 11:21:53 +01:00
Ivo Valchev da0fb6a69f passing php unit tests 2019-11-06 15:12:43 +01:00
Bob den Otter 3c4227d53b Update ContentTypesParserTest.php 2019-10-31 13:38:46 +01:00
Bob den Otter ac7995928c Update EasyCodingStandard to v6.1.0 2019-10-19 12:32:59 +02:00
Bob den Otter 8bcbe2c839 Update ContentTypesParserTest.php 2019-09-23 21:24:01 +02:00
Bob den Otter 430a3e489e Update ContentTypesParserTest.php 2019-09-22 20:11:57 +02:00
FatGuyTyson 955eef4824 Issue [#514](https://github.com/bolt/core/issues/514)
Changed the repository method to accept the credential(string) and has
the storage engine compare the lowercase values. At least this is
consistent to the strings compared so it should be a consistent
experience
2019-09-17 13:40:51 -07:00
Bob den Otter bc9ed3ff09 Updating tests. 2019-09-07 15:06:43 +02:00
Bob den Otter 6f22787430 Use Reference Extension instead of Weather in widget tests 2019-09-02 14:34:08 +02:00
Bob den Otter a16492815b Updating tests 2019-08-25 08:00:08 +02:00
Bob den Otter 51e9bdf89c Use Bolt\Common instead of Bolt\Utils\Str 2019-08-16 15:54:48 +02:00