Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F41921254
NotExistingObjectBuildPayloadMock.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
543 B
Referenced Files
None
Subscribers
None
NotExistingObjectBuildPayloadMock.php
View Options
<?php
namespace
Keruald\DockerHub\Tests\Build\Payloads
;
use
Keruald\DockerHub\Build\Payloads\SourceRepositoryBuildPayload
;
/**
* Concrete implementation for abstract class SourceRepositoryBuildPayload.
*
* This implementation should raise an exception, as the parent constructor
* wants a known type as first source type argument and 'notexisting' is not.
*/
class
NotExistingObjectBuildPayloadMock
extends
SourceRepositoryBuildPayload
{
public
function
__construct
()
{
parent
::
__construct
(
'notexisting'
,
'acme'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Aug 8, 02:49 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3969662
Default Alt Text
NotExistingObjectBuildPayloadMock.php (543 B)
Attached To
Mode
rKDOCKERHUB Keruald Docker Hub
Attached
Detach File
Event Timeline
Log In to Comment