Commits
User selector
Commit History
Commits on Nov 4, 2021
Coding Standards: Add visibility to methods in `tests/phpunit/tests/`.
Show description for 40ac5decommitted
Commits on Aug 7, 2021
Build/Test Tools: Implement use of the `void` solution.
Show description for ddb409ecommitted
Commits on Jul 19, 2021
Tests: Replace `assertContains()` with `assertStringContainsString()` when used with strings.
Show description for c70fe62committed
Commits on Jul 5, 2021
Build/Test Tools: Replace `assertInternalType()` usage in unit tests.
Show description for bca693bcommitted
Commits on Mar 1, 2021
Build/Test Tools: Remove redundant teardown functionality from individual tests which is already covered in the base teardown method.
Show description for 2ef42cbcommitted
Commits on Oct 18, 2020
Coding Standards: Replace alias PHP functions with the canonical names.
Show description for 97b2f07committed
Commits on Sep 22, 2020
Tests: Use consistent trailing punctuation in `fail()` messages.
Show description for 303deffcommitted
Commits on Sep 21, 2020
Tests: Use consistent trailing punctuation in `markTestSkipped()` messages.
Show description for 310799acommitted
Commits on Sep 18, 2020
Tests: Consistently use the `expectException()` method instead of the older `@expectedException` annotation.
Show description for d46af09committed
Commits on Sep 16, 2020
Tests: Revert [48973].
Show description for aadc1d7committed
Commits on Sep 13, 2020
Tests: Correct assertion in `Tests_DB::test_prepare_incorrect_arg_count()`.
Show description for 91feaf0committedTests: Require PHP less than 8.0 for some `wpdb` tests.
Show description for 2d01faccommitted
Commits on Sep 4, 2020
Tests: Introduce `assertSameSets()` and `assertSameSetsWithIndex()`, and use them where appropriate.
Show description for 8be943dcommitted
Commits on Sep 2, 2020
Tests: First pass at using `assertSame()` instead of `assertEquals()` in most of the unit tests.
Show description for 164b22ccommitted
Commits on Jul 5, 2020
Tests: Remove `ja_JP` locale from `Tests_DB::test_locale_floats()`.
Show description for 42d51e4committed
Commits on Mar 24, 2020
Docs: Update inline comment in `Tests_DB::test_locale_floats()`.
Show description for 8e3d204committed
Commits on Feb 5, 2020
Tests: Allow `wpdb::set_sql_mode()` tests to run on MySQL 8.0.11+.
Show description for b34f289committed
Commits on Jan 29, 2020
Docs: Improve inline comments per the documentation standards.
Show description for cfc3b57committed
Commits on Sep 15, 2019
Code Modernisation: Replace `call_user_func_array()` in `tests/phpunit/tests/db.php` with dynamic function calls.
Show description for 802c23ecommitted
Commits on Jul 8, 2019
Coding Standards: Fix the remaining issues in `/tests`.
Show description for c6c7849committed
Commits on Jul 5, 2019
Coding Standards: Fix all `WordPress.DB.PreparedSQLPlaceholders` issues.
Show description for 18ec05ecommitted
Commits on Dec 17, 2018
WPDB: Check that `$wpdb->last_result` is countable before counting with it.
Show description for 5c6cc0fcommitted
Commits on Aug 17, 2018
Coding Standards: Upgrade WPCS to 1.0.0
Show description for a75d153committed
Commits on Jun 16, 2018
I18N: Introduce unit tests for the Japanese language in order to facilitate future improvements.
Show description for 5aa5e5ccommitted
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800committed
Commits on Nov 24, 2017
WPDB: Fix the parsing of sockets which contain colons within the socket name (used on some cloud providers).
Show description for b8c4fafcommitted
Commits on Oct 31, 2017
Database: Restore numbered placeholders in `wpdb::prepare()`.
Show description for a39d599committed
Commits on Oct 11, 2017
Database: When parsing the host, leave the port and socket as `null` if they're not defined.
Show description for 0e5b75bcommitted
Commits on Oct 2, 2017
Database: Throw a notice if `wpdb::prepare()` is called with an incorrect number of arguments
Show description for b4a6de9committed
Commits on Sep 28, 2017
Database: Add support for connecting to IPv6 hosts
Show description for 199aa17committed
Commits on Sep 19, 2017
Database: Hardening to bring `wpdb::prepare()` inline with documentation.
Show description for e95dc5acommittedDatabase: Hardening for `wpdb::prepare()`
Show description for eb01231committed
aaroncampbell
Commits on Apr 23, 2017
Build/Test Tools: Remove more unnecessary test skipping when erroneous situations occur.
Show description for a16ada6committed
Commits on Apr 22, 2017
Build/Test Tools: Partially revert [40524].
Show description for 583e7a4committedBuild/Test Tools: Remove more skipped tests that should actually be failures if their conditions aren't satisfied.
Show description for 950b185committed