Skip to content

Commit

Permalink
[4-3-before] Blogコントローラを作成
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Oct 24, 2015
1 parent 388ec2a commit e49a0c9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/AppBundle/Controller/BlogController.php
@@ -0,0 +1,9 @@
<?php

namespace AppBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\Controller;

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

namespace AppBundle\Tests\Controller;

use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

class BlogControllerTest extends WebTestCase
{
}

0 comments on commit e49a0c9

Please sign in to comment.