Marc Ducobu
cff55774a0
Adding .gitignore for Tests/Fixtures/App/DoctrineMigrations
2015-03-18 11:32:04 +01:00
Marc Ducobu
9fd51255dc
Debug : installing DoctrineMigrationBundle
2015-03-18 10:30:12 +01:00
0daee1dd56
add helper method get authentication
...
This allow to create authenticated client with :
```
use Chill\MainBundle\Tests\TestHelper as MainTestHelper;
class XYZTest extens WebTestCase {
public function testABC()
{
$client = static::createClient(array(),
MainTestHelper::getAuthenticatedClientOptions()
);
//...
}
}
```
2015-02-23 21:45:09 +01:00
95b83587b2
fix copyright statement
2015-02-22 21:49:54 +01:00
49d5bc04fa
add language definition in test app
2015-02-05 16:44:14 +01:00
722709c432
check config of available language
...
check that the configuration is consistent with fallback locale : the fallback locale must be comprised in chill_main.available_languages.
+tests
refs #332
2015-02-05 16:15:15 +01:00
8f457e0a63
loads route automatically
...
route must now be indicated in config.yml under chill_main.routing.resources.
Other bundle may add routes prepending configuration
2015-01-22 17:05:21 +01:00
a48a0be187
create recompose method + test (skipped), fix tests for dateParse
2015-01-06 20:34:27 +01:00
5289ad9c2c
Add parse date function to abstract Search
2015-01-06 15:31:00 +01:00
a6e118f37d
behaviour of /search path
...
add exception catching and message
create tests
refs #223 refs #377
2015-01-04 00:13:00 +01:00
eea91de0e0
Set behaviour of searchProvider as expected
...
refs #223 refs #377
2015-01-03 23:17:53 +01:00
94b213ccf3
Create test for search provider
...
refs #223 refs #377
2015-01-03 22:03:16 +01:00
c22ba2c108
Add accentued characters support
2014-12-30 23:56:57 +01:00
e82fa5d3e0
Create test for TDD parsing search
2014-12-30 23:31:29 +01:00
f88976916d
implements parsing of search pattern
...
refs #223
tests must be finished
2014-12-29 00:43:33 +01:00
0157e90753
fix when search service not exists
...
throw an error when the search service name does not exists.
+ test
2014-12-28 23:45:42 +01:00
13f7dcb00b
Implementing search language
...
refs #223
2014-12-27 18:59:56 +01:00
fc955e2995
Replace search link on main page to point to chill_main_search and fix tests
2014-11-25 15:25:37 +01:00
Marc Ducobu
1c47d597d3
AcmeHelloBundle -> ChillMainBundle
2014-11-07 12:35:07 +01:00
143835b6b2
create first round of tests for login
2014-11-07 00:10:51 +01:00
7433cb558e
add assetic configuration
2014-11-07 00:09:32 +01:00
94b9e09d49
add dependencies
2014-11-06 16:58:33 +01:00
cf9efab1cb
add orm to config_test
2014-11-06 16:41:02 +01:00
3ab38b2602
login form
2014-11-06 16:37:30 +01:00
63a0822e22
create pamameters for travis to access to DB
2014-11-06 15:39:03 +01:00
e976993db8
Revert "switch to symfony 2.6-dev + correct travis error"
...
This reverts commit 051feb03ceb898a5b61696163c92bbe28fd82932.
2014-11-06 15:27:25 +01:00
a8a7bb1539
switch to symfony 2.6-dev + correct travis error
2014-11-06 10:01:54 +01:00
445daecfc0
implements user-scope-role-scope first work
2014-10-24 12:19:30 +02:00
d9aa417e3c
move spacename to CLChillMain to ChillMain
2014-10-17 08:27:31 +02:00
9f31c3017d
add cache warmup before excuting tests
2014-10-12 20:59:41 +02:00
68df4008a8
add chill_menu to render easily menu, refs #179
2014-10-12 20:38:26 +02:00
4c1a988c87
add code coverage information
2014-10-11 14:07:37 +02:00
2367a78845
update MenuComposer to fit with #179 spec
2014-10-11 14:01:14 +02:00
a80f41b4b5
remove unnecessary code #217
2014-10-07 00:26:06 +02:00
31779fec4e
create tests (with app/kernel fixtures) for menu composer #217
2014-10-07 00:24:50 +02:00
96fada19ef
upgrade menuComposer according to #179 - #217
2014-10-06 23:18:56 +02:00
1a669de6a1
add errors in labels
2013-11-26 22:56:30 +01:00
c206337d2d
move to correct directory
2013-10-11 12:34:54 +02:00