Benoît Burnichon
03b821acb7
Merge branch '4.0'
2016-03-16 17:21:57 +01:00
Benoît Burnichon
9078835ae8
Fix FailureManager tests and dependent AuthenticationManagerServiceProviderTest
2016-03-15 12:59:55 +01:00
Benoît Burnichon
c6f133abf2
EmptyCollectionJob should accept bas_id setting.
...
Could not refactor the job as there are static calls preventing mocks.
2016-03-14 12:07:09 +01:00
Benoît Burnichon
6cda4eec7e
Merge branch '4.0'
2016-03-11 21:50:23 +01:00
Benoît Burnichon
e22a60afc5
Refactor tests using XmlHttpRequest
2016-03-11 20:00:52 +01:00
Benoît Burnichon
f2e62abd8b
Remove !count() calls
2016-03-11 18:03:53 +01:00
Benoît Burnichon
052d0d6f62
Merge branch '4.0'
2016-03-10 14:08:43 +01:00
Benoît Burnichon
393584fe00
Fixup tests for PhraseanetTags
2016-03-09 17:58:36 +01:00
Benoît Burnichon
e52273480b
Rename Nosource tag into NoSource. Add fieldName property
2016-03-09 16:09:10 +01:00
Benoît Burnichon
6d2df0f9bd
fixup Nosource to be properly initialized. Tag should be Value Objects
2016-03-09 13:50:44 +01:00
Benoît Burnichon
b9f1f84020
More deprecation removal
2016-03-06 23:30:12 +01:00
Benoît Burnichon
6cdc9d7a31
Remove some deprecated methods calls
2016-03-06 23:05:55 +01:00
Benoît Burnichon
91424b2883
Typos in Users in RegenerateSqliteDb command.
...
PHPCS of tests
2016-03-02 14:34:50 +01:00
Benoît Burnichon
8ac4b3671b
Fix invalid process comparison
2016-03-02 11:34:08 +01:00
Benoît Burnichon
0a151ec247
Merge branch '4.0'
2016-03-01 18:59:04 +01:00
Benoît Burnichon
ea8f9ca556
Remove overridden BinaryFileResponse
2016-03-01 16:55:28 +01:00
Benoît Burnichon
82d7415df5
GooglePlus testing flow is broken. Skipping test.
2016-03-01 14:32:10 +01:00
Benoît Burnichon
c4daafc5e6
Remove undefined variable in GooglePlus Authentication Provider
2016-03-01 13:59:41 +01:00
Benoît Burnichon
8a577beb37
Fix invalid process comparison
2016-03-01 12:42:37 +01:00
Benoît Burnichon
2cef849b68
Skip improper Authentication success tests
2016-03-01 12:42:10 +01:00
Benoît Burnichon
cfcc24e9bb
Refactor some TestCases
...
Use $this->getApplication() and $this->getClient()
2016-03-01 11:51:12 +01:00
Benoît Burnichon
5975178749
Merge branch '4.0'
...
Also updated dependencies
2016-02-28 23:31:16 +01:00
Benoît Burnichon
119c101c32
Revert changes to ApiJSONPTest
2016-02-28 23:05:50 +01:00
Benoît Burnichon
1bb5723b39
Add missing use
2016-02-27 21:32:30 +01:00
Benoît Burnichon
c56a174240
Removing many redundant API tests.
2016-02-26 16:56:48 +01:00
Benoît Burnichon
04131a3479
Refactor ExportTest
2016-02-26 16:18:48 +01:00
Benoît Burnichon
c63f8d777f
Merge branch '4.0'
...
Conflicts:
composer.lock
lib/Alchemy/Phrasea/ControllerProvider/Api/V2.php
2016-02-23 16:27:04 +01:00
Benoît Burnichon
59a334ea32
New search style
2016-02-22 14:07:16 +01:00
Benoît Burnichon
d8048bef64
Merge branch '4.0'
2016-02-15 16:28:52 +01:00
Benoît Burnichon
8a0b461cdc
Bridge_Api class should not depend on SQL time
...
PHRAS-961
2016-02-15 13:53:56 +01:00
Benoît Burnichon
7d380d326e
Merge branch '4.0'
2016-02-12 19:58:24 +01:00
Benoît Burnichon
1d519ff58f
Fixup FilesystemService document filename generation.
...
There was a missing '.' before extension
2016-02-12 19:29:28 +01:00
Benoît Burnichon
20178f76cd
Add orderable flat to subdef
2016-02-10 16:52:14 +01:00
Benoît Burnichon
5f4cfae0ca
Refactor subdefTest
2016-02-10 16:25:59 +01:00
Benoît Burnichon
810bef41fb
rename is_downloable to isDownloable
...
Change Functional to unit test
2016-02-10 16:01:24 +01:00
Benoît Burnichon
5c359c9f75
Add symfony patch to local BinaryFileResponse.
2016-02-08 17:50:30 +01:00
Benoît Burnichon
290cbf3f68
Merge branch 'master' into bug/invalid-checker-configuration-PHRAS-927
2016-02-08 11:19:45 +01:00
Benoît Burnichon
e40a092156
Refactor functional to unit test.
...
Remove a functional which is already backed by unit test
2016-02-06 00:37:34 +01:00
Benoît Burnichon
ea13ca7896
Add missing applicability test in BorderManager
2016-02-05 18:29:33 +01:00
Benoît Burnichon
a539919cf8
Add tested booker class
2016-02-05 15:36:19 +01:00
Benoît Burnichon
5428e524e4
InformationsTest wrongly override __construct
2016-02-05 15:36:19 +01:00
Benoît Burnichon
58b80bf08a
Group Filesystem related service providers
2016-02-05 15:36:19 +01:00
Benoît Burnichon
ced5094355
Remove DeliverDataInterface::deliverData as never used
2016-01-29 17:43:41 +01:00
Benoît Burnichon
beda5d3820
Getting collection calls access_restriction which is not properly cached.
...
Remove use of cache in AccessRestriction and use instance memory cache instead.
Beware static keyword declares variable static for the class, not the instance
2016-01-27 18:55:49 +01:00
Benoît Burnichon
465f48f461
Merge pull request #1643 from bburnichon/improvement/slight-refactoring
...
Progressive refactoring
2016-01-26 17:07:03 +01:00
Benoît Burnichon
f99b361ec0
Merge pull request #1642 from aztech-dev/feature/app-loader
...
Extract "meta" service providers to bootstrap app
2016-01-26 16:51:22 +01:00
Benoît Burnichon
0f91a10645
Extract Variables in tests to ease reading
2016-01-26 14:25:08 +01:00
Benoît Burnichon
614394edc7
Method renaming
2016-01-26 14:25:08 +01:00
Thibaud Fabre
195b40ef40
Remove debug statement
2016-01-26 11:58:39 +01:00
Thibaud Fabre
88e2d5ff86
Replace call to non-existent method in tests and fix CS
2016-01-26 11:25:25 +01:00