Mark Story
|
aad65a0faf
Merge branch 'master' into 3.next
|
8 years ago |
Dariusz Ruminski
|
c936250731
Use adventage of newer PHPUnit sytax
|
8 years ago |
Mark Story
|
14cb9dcdc0
Fix usage of config() in database, orm, view tests.
|
8 years ago |
chinpei215
|
c4f13b861a
Fix CS
|
8 years ago |
chinpei215
|
0c342051b6
Use exception chaining
|
8 years ago |
Mark Story
|
4319fd43d8
Merge pull request #10784 from ravage84/set-test-namespace
|
8 years ago |
Bryan Crowe
|
228e9ca1cf
Use simple strings where applicable
|
8 years ago |
Marc Würth
|
82db65bdd4
Rewmove unused imports of Configure class
|
8 years ago |
Marc Würth
|
3caa4988e8
Replace literal configure alls with new convenience function setAppNamespace()
|
8 years ago |
Marc Würth
|
3a6bd75832
Use HTTPS for the opensource.org URL
|
8 years ago |
Marc Würth
|
c61ab5ee95
Use HTTPS for the cakefoundation.org URL
|
8 years ago |
Marc Würth
|
4c774ce4b7
Use HTTPS for the cakephp.org URL
|
8 years ago |
saeid
|
69dcc12201
use Cake\Http\ServerRequest on tests
|
9 years ago |
saeid
|
56965febc4
use new response class within tests
|
9 years ago |
chinpei215
|
04c4d93c2e
Fix mistakes of replacing combined getters/setters
|
9 years ago |
Mark Story
|
9fff233e7d
Merge branch 'master' into 3.next
|
9 years ago |
Cory Thompson
|
902c991027
Fix numerous typos
|
9 years ago |
dereuromark
|
440e53a54f
Remove deprecated method usage in tests.
|
9 years ago |
Gareth Ellis
|
b9b51b7470
fixes failing tests
|
9 years ago |
Gareth Ellis
|
96ca33f489
Fixes bug with view cell caching & template names
|
9 years ago |
Gareth Ellis
|
ed513cd1df
Adds a test to prove existence of bug with Cell::render() when dealing with cache & different templates
|
9 years ago |
ADmad
|
3cc1f9abea
Replace all instances of getMock() with single argument.
|
9 years ago |
Mark Story
|
3c6a31cdaa
Add support for cells in sub-namespaces.
|
10 years ago |
Mark Story
|
23bec5019b
Honour templatePath set in Cell actions.
|
10 years ago |
Yves P
|
9f8f1f3906
Clean up unused use statements
|
10 years ago |
Yves P
|
5ab243eee4
Add a test that makes sure cell action is called only the first time when the cell cache is enabled
|
10 years ago |
Yves P
|
77df8b46e3
It is now possible to set the template a cell uses using the ViewBuilder
|
10 years ago |
Yves P
|
225e8dd4b6
It should be possible to set the template from the action of the cell
|
10 years ago |
ADmad
|
515c42e96f
Avoid running cell action if cached cell is available
|
10 years ago |
ADmad
|
9e50e93861
Invoke cell action just before rendering.
|
10 years ago |