|
|
e1268d1f15
|
Fix testColumnSchema in MariaDB 10.4 or higher. (#20172)
|
2024-05-30 11:02:18 +03:00 |
|
|
|
5ebc175768
|
Fix: #20171: Support JSON columns for MariaDB 10.4 or higher
|
2024-05-29 15:01:48 +03:00 |
|
|
|
2ead4f31c6
|
Fixed tests.
|
2024-05-18 17:01:35 -04:00 |
|
|
|
2d2e141e3e
|
Minor improvents.
|
2024-05-18 16:54:18 -04:00 |
|
|
|
14e2631fdf
|
Normalize column names.
|
2024-05-18 14:03:39 -04:00 |
|
|
|
132b06cf8d
|
Run tests MySQL > 8.0.16.
|
2024-05-18 13:48:44 -04:00 |
|
|
|
4996fd3d91
|
Add draft loadTableChecks() method, and add tests.
|
2024-05-18 13:35:03 -04:00 |
|
|
|
f3f2f2bb08
|
Apply sugestion rob006.
|
2024-05-18 11:43:02 -04:00 |
|
|
|
90c0eb02d1
|
Fix #20055: Fix Response header X-Pagination-Total-Count is always 0
|
2024-05-16 12:03:03 +03:00 |
|
|
|
8861f7bd9d
|
Fix #20137: Added yii\caching\CallbackDependency to allow using a callback to determine if a cache dependency is still valid
|
2024-04-14 01:36:29 +03:00 |
|
|
|
bf3ada13fc
|
Fix #20087: Add custom attributes to script tags
|
2024-04-03 16:18:16 +03:00 |
|
|
|
e56e777325
|
Fix #20083: Fix deprecated warning implicit conversion from float
|
2024-04-03 00:40:02 +03:00 |
|
|
|
923c30938d
|
Fix optional parameter declared before required parameter implicitly (#20139)
|
2024-03-26 19:31:20 +03:00 |
|
|
|
a292af13bf
|
[PHP 8.4] Fixes for implicit nullability deprecation (#20133)
Fixes all issues that emit deprecation notices on PHP 8.4 for implicit nullable parameter type declarations.
Related to #20128.
See:
- [RFC](https://wiki.php.net/rfc/deprecate-implicitly-nullable-types)
- [PHP 8.4: Implicitly nullable parameter declarations deprecated](https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated)
Co-authored-by: Wilmer Arambula <terabytesoftw@gmail.com>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
|
2024-03-26 11:27:58 +03:00 |
|
|
|
3357e64ee6
|
Remove test of data providers, and replace expectNotToPerformAssertions() to assertTrue(true) for code coverage.
|
2024-03-21 09:56:54 -03:00 |
|
|
|
4b1281618a
|
Fix testVariadicConstructor and testVariadicCallable in ContainerTest.php.
|
2024-03-21 09:43:20 -03:00 |
|
|
|
e7f233c4b8
|
Revert remove testVariadicConstructor(), testVariadicCallable() in ContainerTest.php.
|
2024-03-21 09:35:28 -03:00 |
|
|
|
843368cd0c
|
Fix tests testCastValues() for mssql, mysql.
|
2024-03-21 09:07:39 -03:00 |
|
|
|
d6a970b0ad
|
Fix testCastValues().
|
2024-03-21 08:56:29 -03:00 |
|
|
|
efa3296b20
|
Revert remove testCastValues() in ActiveRecordTest.php.
|
2024-03-21 08:40:15 -03:00 |
|
|
|
d852773cae
|
Revert use @requires.
|
2024-03-21 08:31:03 -03:00 |
|
|
|
e82127e91d
|
Update arrayTypedProperty declaration to use PHP 7.4 typed properties.
|
2024-03-21 08:08:16 -03:00 |
|
|
|
aec3b79e6d
|
Change @expectException with $this->expectException.
|
2024-03-20 18:49:27 -03:00 |
|
|
|
ce813e5060
|
Raise version min PHP 7.3.
|
2024-03-20 17:27:20 -03:00 |
|
|
|
e2a167028b
|
Upgrade to PSR12 coding standard (#20121)
|
2024-03-19 17:21:27 +03:00 |
|
|
|
283499cf61
|
Fix #20122: Fixed parsing of boolean keywords (e.g. used in SQLite) in \yii\db\ColumnSchema::typecast()
|
2024-03-03 11:32:21 +03:00 |
|
|
|
c9c5c61f76
|
Fix error summary always visible with CSP header (#19691)
|
2024-01-18 16:30:22 +01:00 |
|
|
|
005a9c7265
|
#17191: improved ensureScheme tests readability
|
2023-12-03 16:21:45 +01:00 |
|
|
|
d45c1cc6f9
|
#17191: improved ensureScheme tests readability
|
2023-12-03 16:18:04 +01:00 |
|
|
|
d3e4df762d
|
17191: refacor tests using dataprovider
|
2023-12-03 16:00:30 +01:00 |
|
|
|
fc582a2cfd
|
17191: fixed isRelative method
|
2023-12-03 15:07:25 +01:00 |
|
|
|
d43341a73a
|
Add compatibility with PHP 8.3 (#20074)
|
2023-11-23 20:24:33 +03:00 |
|
|
|
6fdb805da8
|
Fix #18469: Fixed Link::serialize(array $links) method in yii\web\Link
|
2023-11-23 18:09:35 +03:00 |
|
|
|
0263c19833
|
Revert 20045.
|
2023-11-02 08:28:05 -03:00 |
|
|
|
26032ad686
|
refactor findBetween method and add other tests
|
2023-10-30 13:50:08 +03:30 |
|
|
|
caa2029ec7
|
implement findBetween method to StringHelper
|
2023-10-28 22:20:37 +03:30 |
|
|
|
fcd9e0a72a
|
Merge pull request #20049 from terabytesoftw/add-tests-boolean-pgsql
Add test for boolean type `PostgreSQL`.
|
2023-10-28 11:09:12 +02:00 |
|
|
|
af1858c769
|
add test coverage for error handler convertExceptionToString and convertExceptionToArray methods (#20051)
|
2023-10-27 21:56:43 +03:00 |
|
|
|
bd452da4d2
|
Add tests for uncovered lines in DbDependency (#20052)
|
2023-10-27 21:56:06 +03:00 |
|
|
|
a2265ce990
|
Merge pull request #20046 from terabytesoftw/add-tests-boolean-sqlite
Add test for boolean type `SQLite`.
|
2023-10-27 09:02:36 +02:00 |
|
|
|
f3c1d0cba7
|
Add test for boolean type PostgreSQL.
|
2023-10-26 13:07:23 -03:00 |
|
|
|
6e6174deaa
|
Add test for boolean type SQLite.
|
2023-10-26 12:59:15 -03:00 |
|
|
|
f0628dfab5
|
Fix error typo.
|
2023-10-25 14:02:42 -03:00 |
|
|
|
045996ed4b
|
Merge branch 'master' into fix-type-boolean-mysql
|
2023-10-25 13:54:28 -03:00 |
|
|
|
9d3c71d6a7
|
Fix #20040: Fix type boolean in MSSQL
|
2023-10-25 19:47:46 +03:00 |
|
|
|
e2773e4524
|
Fix #20032: Added mask method for string masking with multibyte support
|
2023-10-25 19:47:03 +03:00 |
|
|
|
18ed620e78
|
Update tests.
|
2023-10-25 08:57:40 -03:00 |
|
|
|
4b7669cf08
|
Fix boolean type MYSQL.
|
2023-10-25 08:37:18 -03:00 |
|
|
|
f58eb362ca
|
Remove YII_ENV.
|
2023-10-21 08:53:15 -03:00 |
|
|
|
b7488185ba
|
Merge branch 'master' into yii-serve-fix
|
2023-10-20 13:16:06 -03:00 |
|