Mark Sch
|
43bbe97f9a
Backport CS fixes for smaller diff. (#14681)
|
5 年 前 |
mscherer
|
44a78128e7
Fix CS for easier 3.x/4.x comparison/merge.
|
6 年 前 |
ADmad
|
2d6c6193e1
Use getter/setter methods instead of directly accessing properties.
|
7 年 前 |
ADmad
|
a9a943a9dd
Use getter/setter instead of deprecated properties.
|
7 年 前 |
Mark Story
|
1f1a6eef16
Fix json view test.
|
8 年 前 |
Robert Pustułka
|
05ad8e14d8
Fix tests
|
8 年 前 |
mark_story
|
32ef626982
Fix deprecated method use in View tests.
|
8 年 前 |
Mark Story
|
81267e5e7c
Fix deprecated feature use in the test suite for View classes.
|
8 年 前 |
Marc Würth
|
3a6bd75832
Use HTTPS for the opensource.org URL
|
8 年 前 |
Marc Würth
|
c61ab5ee95
Use HTTPS for the cakefoundation.org URL
|
8 年 前 |
Marc Würth
|
4c774ce4b7
Use HTTPS for the cakephp.org URL
|
8 年 前 |
saeid
|
69dcc12201
use Cake\Http\ServerRequest on tests
|
9 年 前 |
saeid
|
56965febc4
use new response class within tests
|
9 年 前 |
dereuromark
|
9df5f574fe
Remove deprecated method usage in tests. Make typehinting possible which reveals coding errors.
|
9 年 前 |
thinkingmedia
|
e8e4ce3b1a
fix phpdoc
|
9 年 前 |
thinkingmedia
|
4c8374d830
adds support for NAN and INF rendered as zero
|
9 年 前 |
Marc Würth
|
05305555a3
Remove superfluous whitespace in doc blocks
|
9 年 前 |
antograssiot
|
b19dd062bb
remove unsued import
|
10 年 前 |
ADmad
|
ddc3902120
Change how a single view var is inferred with `'_serialize' => true`
|
10 年 前 |
Mark Story
|
834fa46f46
Merge branch 'master' into 3.1
|
10 年 前 |
Yves P
|
99b1cc72f6
Corrects the "Tests" links in various docblocks
|
10 年 前 |
ADmad
|
bc75b55982
Update tests for View classes.
|
10 年 前 |
ADmad
|
e615ef828b
Switch back to template rendering as default.
|
11 年 前 |
ADmad
|
989389494f
Make serialization the default behavior for JsonView.
|
11 年 前 |
ADmad
|
e3d8e82ae3
Allow setting `_serialize` to true.
|
11 年 前 |
ADmad
|
6cf7b52897
Use short array syntax.
|
11 年 前 |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 年 前 |
Sam
|
a6f8533aad
Default view options are no longer stored in Controller and passed to View on construction by the Controller. Instead, added additional $options parameter to View::__construct(). $options will only be passed on if explicitly set on the Controller and only for specific View options. stting view options on Controller is maintained for BWC.
|
12 年 前 |
Bryan Crowe
|
042bd19776
Use semantic version for test cases since doc block
|
12 年 前 |
euromark
|
3d1a78ff63
Make debug status boolean
|
12 年 前 |