Page MenuHomeDevCentral

GitHubGateControllerTest.php
No OneTemporary

GitHubGateControllerTest.php

<?php
namespace Nasqueron\Notifications\Tests;
use Illuminate\Foundation\Testing\WithoutMiddleware;
class GitHubGateControllerTest extends TestCase {
/**
* GitHub gate works.
*
* @return void
*/
public function testGet () {
$this->visit('/gate/GitHub')
->see('POST');
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Nov 16, 13:11 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3124551
Default Alt Text
GitHubGateControllerTest.php (328 B)

Event Timeline