Page MenuHomeDevCentral

D3801.diff
No OneTemporary

D3801.diff

diff --git a/database/README.md b/database/README.md
--- a/database/README.md
+++ b/database/README.md
@@ -54,7 +54,7 @@
## Specialized drivers for tests
### Blackhole
-The blackhole engine does nothing and always returns `true` as query result.
+The black hole engine does nothing and always returns `true` as query result.
This engine can be used for mocks:
@@ -71,7 +71,7 @@
### MockDatabaseEngine
-The mock database is a simple implementation of the blackhole engine as mocking
+The mock database is a simple implementation of the black hole engine as mocking
service to use when you want to return a deterministic response to known
queries.
diff --git a/database/src/Engines/BlackholeEngine.php b/database/src/Engines/BlackholeEngine.php
--- a/database/src/Engines/BlackholeEngine.php
+++ b/database/src/Engines/BlackholeEngine.php
@@ -36,7 +36,7 @@
}
public function isExistingTable (string $database, string $table) : bool {
- // Everything and nothing exists in a blackhole
+ // Everything and nothing exists in a black hole
return true;
}

File Metadata

Mime Type
text/plain
Expires
Fri, Oct 24, 13:03 (20 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3100804
Default Alt Text
D3801.diff (1 KB)

Event Timeline