Page MenuHomeDevCentral

NotifyNewCommitsActionTest.php
No OneTemporary

NotifyNewCommitsActionTest.php

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

File Metadata

Mime Type
text/x-php
Expires
Tue, Jul 29, 13:57 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2760005
Default Alt Text
NotifyNewCommitsActionTest.php (592 B)

Event Timeline