Page MenuHomeDevCentral

TriggerDockerHubBuildActionTest.php
No OneTemporary

TriggerDockerHubBuildActionTest.php

<?php
namespace Nasqueron\Notifications\Tests\Actions;
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Nasqueron\Notifications\Actions\TriggerDockerHubBuildAction;
use Nasqueron\Notifications\Tests\TestCase;
class TriggerDockerHubBuildActionTest extends TestCase {
protected $action;
public function setUp () {
$this->action = new TriggerDockerHubBuildAction(
'acme/foo'
);
}
public function testPublicProperties () {
$this->assertNull($this->action->error);
$this->assertSame('acme/foo', $this->action->image);
$this->assertSame('TriggerDockerHubBuildAction', $this->action->action);
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jul 27, 20:38 (4 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2790997
Default Alt Text
TriggerDockerHubBuildActionTest.php (677 B)

Event Timeline