aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/repository
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/repository')
-rw-r--r--crates/shirabe/tests/repository/filesystem_repository_test.rs2
-rw-r--r--crates/shirabe/tests/repository/platform_repository_test.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/tests/repository/filesystem_repository_test.rs b/crates/shirabe/tests/repository/filesystem_repository_test.rs
index b87e1502..59901072 100644
--- a/crates/shirabe/tests/repository/filesystem_repository_test.rs
+++ b/crates/shirabe/tests/repository/filesystem_repository_test.rs
@@ -328,7 +328,7 @@ fn test_repository_writes_installed_php() {
#[ignore = "safely_load_installed_versions's pattern uses a PCRE (?(DEFINE)...) recursive grammar the regex crate cannot compile, and InstalledVersions::getAllRawData has no Rust counterpart"]
#[test]
fn test_safely_load_installed_versions() {
- // TODO(phase-d): needs a regex-crate expression equivalent to the PCRE recursive grammar, and
+ // TODO(pcre): needs a regex-crate expression equivalent to the PCRE recursive grammar, and
// InstalledVersions::get_all_raw_data.
todo!()
}
diff --git a/crates/shirabe/tests/repository/platform_repository_test.rs b/crates/shirabe/tests/repository/platform_repository_test.rs
index 573f96ed..c16f3a3e 100644
--- a/crates/shirabe/tests/repository/platform_repository_test.rs
+++ b/crates/shirabe/tests/repository/platform_repository_test.rs
@@ -205,7 +205,7 @@ fn test_php_version() {
#[test]
fn test_inet_pton_regression() {
// PHP: ->expects(self::once())->method('invoke')->with('inet_pton', ['::'])->willReturn(false).
- // TODO(phase-d): the payload reports the result of `@inet_pton('::')` instead of answering a
+ // TODO(mock): the payload reports the result of `@inet_pton('::')` instead of answering a
// call, so there is nothing left for the once() call-count check to observe.
let functions = [(
PhpMixed::String("inet_pton".to_string()),