Skip to content

Commit

Permalink
[3-8-before] Concertコントローラの作成
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Oct 24, 2015
1 parent 034b5b7 commit 357db07
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/AppBundle/Controller/ConcertController.php
@@ -0,0 +1,11 @@
<?php

namespace AppBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;

class ConcertController extends Controller
{
}
9 changes: 9 additions & 0 deletions src/AppBundle/Tests/Controller/ConcertControllerTest.php
@@ -0,0 +1,9 @@
<?php

namespace AppBundle\Tests\Controller;

use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

class ConcertControllerTest extends WebTestCase
{
}

0 comments on commit 357db07

Please sign in to comment.