Skip to content

Commit

Permalink
[9-2] MemberCollectionのテストクラス
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Dec 28, 2015
1 parent 950d474 commit 40747ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/lists/ch09/09-02.txt
@@ -0,0 +1,6 @@
<?php
namespace AppBundle\Entity;

class MemberCollectionTest extends \PHPUnit_Framework_TestCase
{
}
6 changes: 6 additions & 0 deletions src/AppBundle/Tests/Entity/MemberCollectionTest.php
@@ -0,0 +1,6 @@
<?php
namespace AppBundle\Entity;

class MemberCollectionTest extends \PHPUnit_Framework_TestCase
{
}

0 comments on commit 40747ac

Please sign in to comment.