Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12320180
D3801.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3801.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3801: Proofread comments and documentation
Attached
Detach File
Event Timeline
Log In to Comment