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
Mon, Jul 28, 09:36 (1 d, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2824024
Default Alt Text
GitHubGateControllerTest.php (328 B)

Event Timeline