@@ -5,7 +5,8 @@ discard block |
||
| 5 | 5 | /** |
| 6 | 6 | * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:24. |
| 7 | 7 | */ |
| 8 | -class SettingsTest extends \PHPUnit_Framework_TestCase { |
|
| 8 | +class SettingsTest extends \PHPUnit_Framework_TestCase |
|
| 9 | +{ |
|
| 9 | 10 | |
| 10 | 11 | /** |
| 11 | 12 | * @var Settings |
@@ -16,7 +17,8 @@ discard block |
||
| 16 | 17 | * Sets up the fixture, for example, opens a network connection. |
| 17 | 18 | * This method is called before a test is executed. |
| 18 | 19 | */ |
| 19 | - protected function setUp() { |
|
| 20 | + protected function setUp() |
|
| 21 | + { |
|
| 20 | 22 | $this->object = new Settings; |
| 21 | 23 | } |
| 22 | 24 | |
@@ -24,7 +26,8 @@ discard block |
||
| 24 | 26 | * Tears down the fixture, for example, closes a network connection. |
| 25 | 27 | * This method is called after a test is executed. |
| 26 | 28 | */ |
| 27 | - protected function tearDown() { |
|
| 29 | + protected function tearDown() |
|
| 30 | + { |
|
| 28 | 31 | |
| 29 | 32 | } |
| 30 | 33 | |
@@ -32,7 +35,8 @@ discard block |
||
| 32 | 35 | * @covers AppBundle\Entity\Settings::getId |
| 33 | 36 | * @todo Implement testGetId(). |
| 34 | 37 | */ |
| 35 | - public function testGetId() { |
|
| 38 | + public function testGetId() |
|
| 39 | + { |
|
| 36 | 40 | // Remove the following lines when you implement this test. |
| 37 | 41 | $this->markTestIncomplete( |
| 38 | 42 | 'This test has not been implemented yet.' |
@@ -43,7 +47,8 @@ discard block |
||
| 43 | 47 | * @covers AppBundle\Entity\Settings::setInventoryStyle |
| 44 | 48 | * @todo Implement testSetInventoryStyle(). |
| 45 | 49 | */ |
| 46 | - public function testSetInventoryStyle() { |
|
| 50 | + public function testSetInventoryStyle() |
|
| 51 | + { |
|
| 47 | 52 | // Remove the following lines when you implement this test. |
| 48 | 53 | $this->markTestIncomplete( |
| 49 | 54 | 'This test has not been implemented yet.' |
@@ -54,7 +59,8 @@ discard block |
||
| 54 | 59 | * @covers AppBundle\Entity\Settings::getInventoryStyle |
| 55 | 60 | * @todo Implement testGetInventoryStyle(). |
| 56 | 61 | */ |
| 57 | - public function testGetInventoryStyle() { |
|
| 62 | + public function testGetInventoryStyle() |
|
| 63 | + { |
|
| 58 | 64 | // Remove the following lines when you implement this test. |
| 59 | 65 | $this->markTestIncomplete( |
| 60 | 66 | 'This test has not been implemented yet.' |
@@ -65,7 +71,8 @@ discard block |
||
| 65 | 71 | * @covers AppBundle\Entity\Settings::setCalculation |
| 66 | 72 | * @todo Implement testSetCalculation(). |
| 67 | 73 | */ |
| 68 | - public function testSetCalculation() { |
|
| 74 | + public function testSetCalculation() |
|
| 75 | + { |
|
| 69 | 76 | // Remove the following lines when you implement this test. |
| 70 | 77 | $this->markTestIncomplete( |
| 71 | 78 | 'This test has not been implemented yet.' |
@@ -76,7 +83,8 @@ discard block |
||
| 76 | 83 | * @covers AppBundle\Entity\Settings::getCalculation |
| 77 | 84 | * @todo Implement testGetCalculation(). |
| 78 | 85 | */ |
| 79 | - public function testGetCalculation() { |
|
| 86 | + public function testGetCalculation() |
|
| 87 | + { |
|
| 80 | 88 | // Remove the following lines when you implement this test. |
| 81 | 89 | $this->markTestIncomplete( |
| 82 | 90 | 'This test has not been implemented yet.' |
@@ -87,7 +95,8 @@ discard block |
||
| 87 | 95 | * @covers AppBundle\Entity\Settings::setFirstInventory |
| 88 | 96 | * @todo Implement testSetFirstInventory(). |
| 89 | 97 | */ |
| 90 | - public function testSetFirstInventory() { |
|
| 98 | + public function testSetFirstInventory() |
|
| 99 | + { |
|
| 91 | 100 | // Remove the following lines when you implement this test. |
| 92 | 101 | $this->markTestIncomplete( |
| 93 | 102 | 'This test has not been implemented yet.' |
@@ -98,7 +107,8 @@ discard block |
||
| 98 | 107 | * @covers AppBundle\Entity\Settings::getFirstInventory |
| 99 | 108 | * @todo Implement testGetFirstInventory(). |
| 100 | 109 | */ |
| 101 | - public function testGetFirstInventory() { |
|
| 110 | + public function testGetFirstInventory() |
|
| 111 | + { |
|
| 102 | 112 | // Remove the following lines when you implement this test. |
| 103 | 113 | $this->markTestIncomplete( |
| 104 | 114 | 'This test has not been implemented yet.' |
@@ -109,7 +119,8 @@ discard block |
||
| 109 | 119 | * @covers AppBundle\Entity\Settings::setCurrency |
| 110 | 120 | * @todo Implement testSetCurrency(). |
| 111 | 121 | */ |
| 112 | - public function testSetCurrency() { |
|
| 122 | + public function testSetCurrency() |
|
| 123 | + { |
|
| 113 | 124 | // Remove the following lines when you implement this test. |
| 114 | 125 | $this->markTestIncomplete( |
| 115 | 126 | 'This test has not been implemented yet.' |
@@ -120,7 +131,8 @@ discard block |
||
| 120 | 131 | * @covers AppBundle\Entity\Settings::getCurrency |
| 121 | 132 | * @todo Implement testGetCurrency(). |
| 122 | 133 | */ |
| 123 | - public function testGetCurrency() { |
|
| 134 | + public function testGetCurrency() |
|
| 135 | + { |
|
| 124 | 136 | // Remove the following lines when you implement this test. |
| 125 | 137 | $this->markTestIncomplete( |
| 126 | 138 | 'This test has not been implemented yet.' |
@@ -5,7 +5,8 @@ discard block |
||
| 5 | 5 | /** |
| 6 | 6 | * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:36. |
| 7 | 7 | */ |
| 8 | -class FamilyLogTest extends \PHPUnit_Framework_TestCase { |
|
| 8 | +class FamilyLogTest extends \PHPUnit_Framework_TestCase |
|
| 9 | +{ |
|
| 9 | 10 | |
| 10 | 11 | /** |
| 11 | 12 | * @var FamilyLog |
@@ -16,7 +17,8 @@ discard block |
||
| 16 | 17 | * Sets up the fixture, for example, opens a network connection. |
| 17 | 18 | * This method is called before a test is executed. |
| 18 | 19 | */ |
| 19 | - protected function setUp() { |
|
| 20 | + protected function setUp() |
|
| 21 | + { |
|
| 20 | 22 | $this->object = new FamilyLog; |
| 21 | 23 | } |
| 22 | 24 | |
@@ -24,7 +26,8 @@ discard block |
||
| 24 | 26 | * Tears down the fixture, for example, closes a network connection. |
| 25 | 27 | * This method is called after a test is executed. |
| 26 | 28 | */ |
| 27 | - protected function tearDown() { |
|
| 29 | + protected function tearDown() |
|
| 30 | + { |
|
| 28 | 31 | |
| 29 | 32 | } |
| 30 | 33 | |
@@ -32,7 +35,8 @@ discard block |
||
| 32 | 35 | * @covers AppBundle\Entity\FamilyLog::getId |
| 33 | 36 | * @todo Implement testGetId(). |
| 34 | 37 | */ |
| 35 | - public function testGetId() { |
|
| 38 | + public function testGetId() |
|
| 39 | + { |
|
| 36 | 40 | // Remove the following lines when you implement this test. |
| 37 | 41 | $this->markTestIncomplete( |
| 38 | 42 | 'This test has not been implemented yet.' |
@@ -43,7 +47,8 @@ discard block |
||
| 43 | 47 | * @covers AppBundle\Entity\FamilyLog::setName |
| 44 | 48 | * @todo Implement testSetName(). |
| 45 | 49 | */ |
| 46 | - public function testSetName() { |
|
| 50 | + public function testSetName() |
|
| 51 | + { |
|
| 47 | 52 | // Remove the following lines when you implement this test. |
| 48 | 53 | $this->markTestIncomplete( |
| 49 | 54 | 'This test has not been implemented yet.' |
@@ -54,7 +59,8 @@ discard block |
||
| 54 | 59 | * @covers AppBundle\Entity\FamilyLog::getName |
| 55 | 60 | * @todo Implement testGetName(). |
| 56 | 61 | */ |
| 57 | - public function testGetName() { |
|
| 62 | + public function testGetName() |
|
| 63 | + { |
|
| 58 | 64 | // Remove the following lines when you implement this test. |
| 59 | 65 | $this->markTestIncomplete( |
| 60 | 66 | 'This test has not been implemented yet.' |
@@ -65,7 +71,8 @@ discard block |
||
| 65 | 71 | * @covers AppBundle\Entity\FamilyLog::jsonSerialize |
| 66 | 72 | * @todo Implement testJsonSerialize(). |
| 67 | 73 | */ |
| 68 | - public function testJsonSerialize() { |
|
| 74 | + public function testJsonSerialize() |
|
| 75 | + { |
|
| 69 | 76 | // Remove the following lines when you implement this test. |
| 70 | 77 | $this->markTestIncomplete( |
| 71 | 78 | 'This test has not been implemented yet.' |
@@ -76,7 +83,8 @@ discard block |
||
| 76 | 83 | * @covers AppBundle\Entity\FamilyLog::__toString |
| 77 | 84 | * @todo Implement test__toString(). |
| 78 | 85 | */ |
| 79 | - public function test__toString() { |
|
| 86 | + public function test__toString() |
|
| 87 | + { |
|
| 80 | 88 | // Remove the following lines when you implement this test. |
| 81 | 89 | $this->markTestIncomplete( |
| 82 | 90 | 'This test has not been implemented yet.' |
@@ -5,7 +5,8 @@ discard block |
||
| 5 | 5 | /** |
| 6 | 6 | * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:31. |
| 7 | 7 | */ |
| 8 | -class GroupRepositoryTest extends \PHPUnit_Framework_TestCase { |
|
| 8 | +class GroupRepositoryTest extends \PHPUnit_Framework_TestCase |
|
| 9 | +{ |
|
| 9 | 10 | |
| 10 | 11 | /** |
| 11 | 12 | * @var GroupRepository |
@@ -16,7 +17,8 @@ discard block |
||
| 16 | 17 | * Sets up the fixture, for example, opens a network connection. |
| 17 | 18 | * This method is called before a test is executed. |
| 18 | 19 | */ |
| 19 | - protected function setUp() { |
|
| 20 | + protected function setUp() |
|
| 21 | + { |
|
| 20 | 22 | $this->object = new GroupRepository; |
| 21 | 23 | } |
| 22 | 24 | |
@@ -24,7 +26,8 @@ discard block |
||
| 24 | 26 | * Tears down the fixture, for example, closes a network connection. |
| 25 | 27 | * This method is called after a test is executed. |
| 26 | 28 | */ |
| 27 | - protected function tearDown() { |
|
| 29 | + protected function tearDown() |
|
| 30 | + { |
|
| 28 | 31 | |
| 29 | 32 | } |
| 30 | 33 | |
@@ -5,7 +5,8 @@ discard block |
||
| 5 | 5 | /** |
| 6 | 6 | * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:32. |
| 7 | 7 | */ |
| 8 | -class UserRepositoryTest extends \PHPUnit_Framework_TestCase { |
|
| 8 | +class UserRepositoryTest extends \PHPUnit_Framework_TestCase |
|
| 9 | +{ |
|
| 9 | 10 | |
| 10 | 11 | /** |
| 11 | 12 | * @var UserRepository |
@@ -16,7 +17,8 @@ discard block |
||
| 16 | 17 | * Sets up the fixture, for example, opens a network connection. |
| 17 | 18 | * This method is called before a test is executed. |
| 18 | 19 | */ |
| 19 | - protected function setUp() { |
|
| 20 | + protected function setUp() |
|
| 21 | + { |
|
| 20 | 22 | $this->object = new UserRepository; |
| 21 | 23 | } |
| 22 | 24 | |
@@ -24,7 +26,8 @@ discard block |
||
| 24 | 26 | * Tears down the fixture, for example, closes a network connection. |
| 25 | 27 | * This method is called after a test is executed. |
| 26 | 28 | */ |
| 27 | - protected function tearDown() { |
|
| 29 | + protected function tearDown() |
|
| 30 | + { |
|
| 28 | 31 | |
| 29 | 32 | } |
| 30 | 33 | |
@@ -5,7 +5,8 @@ discard block |
||
| 5 | 5 | /** |
| 6 | 6 | * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:31. |
| 7 | 7 | */ |
| 8 | -class TvaTest extends \PHPUnit_Framework_TestCase { |
|
| 8 | +class TvaTest extends \PHPUnit_Framework_TestCase |
|
| 9 | +{ |
|
| 9 | 10 | |
| 10 | 11 | /** |
| 11 | 12 | * @var Tva |
@@ -16,7 +17,8 @@ discard block |
||
| 16 | 17 | * Sets up the fixture, for example, opens a network connection. |
| 17 | 18 | * This method is called before a test is executed. |
| 18 | 19 | */ |
| 19 | - protected function setUp() { |
|
| 20 | + protected function setUp() |
|
| 21 | + { |
|
| 20 | 22 | $this->object = new Tva; |
| 21 | 23 | } |
| 22 | 24 | |
@@ -24,7 +26,8 @@ discard block |
||
| 24 | 26 | * Tears down the fixture, for example, closes a network connection. |
| 25 | 27 | * This method is called after a test is executed. |
| 26 | 28 | */ |
| 27 | - protected function tearDown() { |
|
| 29 | + protected function tearDown() |
|
| 30 | + { |
|
| 28 | 31 | |
| 29 | 32 | } |
| 30 | 33 | |
@@ -32,7 +35,8 @@ discard block |
||
| 32 | 35 | * @covers AppBundle\Entity\Tva::getId |
| 33 | 36 | * @todo Implement testGetId(). |
| 34 | 37 | */ |
| 35 | - public function testGetId() { |
|
| 38 | + public function testGetId() |
|
| 39 | + { |
|
| 36 | 40 | // Remove the following lines when you implement this test. |
| 37 | 41 | $this->markTestIncomplete( |
| 38 | 42 | 'This test has not been implemented yet.' |
@@ -43,7 +47,8 @@ discard block |
||
| 43 | 47 | * @covers AppBundle\Entity\Tva::setName |
| 44 | 48 | * @todo Implement testSetName(). |
| 45 | 49 | */ |
| 46 | - public function testSetName() { |
|
| 50 | + public function testSetName() |
|
| 51 | + { |
|
| 47 | 52 | // Remove the following lines when you implement this test. |
| 48 | 53 | $this->markTestIncomplete( |
| 49 | 54 | 'This test has not been implemented yet.' |
@@ -54,7 +59,8 @@ discard block |
||
| 54 | 59 | * @covers AppBundle\Entity\Tva::getName |
| 55 | 60 | * @todo Implement testGetName(). |
| 56 | 61 | */ |
| 57 | - public function testGetName() { |
|
| 62 | + public function testGetName() |
|
| 63 | + { |
|
| 58 | 64 | // Remove the following lines when you implement this test. |
| 59 | 65 | $this->markTestIncomplete( |
| 60 | 66 | 'This test has not been implemented yet.' |
@@ -5,7 +5,8 @@ discard block |
||
| 5 | 5 | /** |
| 6 | 6 | * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:29. |
| 7 | 7 | */ |
| 8 | -class TvaRepositoryTest extends \PHPUnit_Framework_TestCase { |
|
| 8 | +class TvaRepositoryTest extends \PHPUnit_Framework_TestCase |
|
| 9 | +{ |
|
| 9 | 10 | |
| 10 | 11 | /** |
| 11 | 12 | * @var TvaRepository |
@@ -16,7 +17,8 @@ discard block |
||
| 16 | 17 | * Sets up the fixture, for example, opens a network connection. |
| 17 | 18 | * This method is called before a test is executed. |
| 18 | 19 | */ |
| 19 | - protected function setUp() { |
|
| 20 | + protected function setUp() |
|
| 21 | + { |
|
| 20 | 22 | $this->object = new TvaRepository; |
| 21 | 23 | } |
| 22 | 24 | |
@@ -24,7 +26,8 @@ discard block |
||
| 24 | 26 | * Tears down the fixture, for example, closes a network connection. |
| 25 | 27 | * This method is called after a test is executed. |
| 26 | 28 | */ |
| 27 | - protected function tearDown() { |
|
| 29 | + protected function tearDown() |
|
| 30 | + { |
|
| 28 | 31 | |
| 29 | 32 | } |
| 30 | 33 | |
@@ -5,7 +5,8 @@ discard block |
||
| 5 | 5 | /** |
| 6 | 6 | * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:34. |
| 7 | 7 | */ |
| 8 | -class UserTest extends \PHPUnit_Framework_TestCase { |
|
| 8 | +class UserTest extends \PHPUnit_Framework_TestCase |
|
| 9 | +{ |
|
| 9 | 10 | |
| 10 | 11 | /** |
| 11 | 12 | * @var User |
@@ -16,7 +17,8 @@ discard block |
||
| 16 | 17 | * Sets up the fixture, for example, opens a network connection. |
| 17 | 18 | * This method is called before a test is executed. |
| 18 | 19 | */ |
| 19 | - protected function setUp() { |
|
| 20 | + protected function setUp() |
|
| 21 | + { |
|
| 20 | 22 | $this->object = new User; |
| 21 | 23 | } |
| 22 | 24 | |
@@ -24,7 +26,8 @@ discard block |
||
| 24 | 26 | * Tears down the fixture, for example, closes a network connection. |
| 25 | 27 | * This method is called after a test is executed. |
| 26 | 28 | */ |
| 27 | - protected function tearDown() { |
|
| 29 | + protected function tearDown() |
|
| 30 | + { |
|
| 28 | 31 | |
| 29 | 32 | } |
| 30 | 33 | |
@@ -32,7 +35,8 @@ discard block |
||
| 32 | 35 | * @covers AppBundle\Entity\User::setLoginCount |
| 33 | 36 | * @todo Implement testSetLoginCount(). |
| 34 | 37 | */ |
| 35 | - public function testSetLoginCount() { |
|
| 38 | + public function testSetLoginCount() |
|
| 39 | + { |
|
| 36 | 40 | // Remove the following lines when you implement this test. |
| 37 | 41 | $this->markTestIncomplete( |
| 38 | 42 | 'This test has not been implemented yet.' |
@@ -43,7 +47,8 @@ discard block |
||
| 43 | 47 | * @covers AppBundle\Entity\User::getLoginCount |
| 44 | 48 | * @todo Implement testGetLoginCount(). |
| 45 | 49 | */ |
| 46 | - public function testGetLoginCount() { |
|
| 50 | + public function testGetLoginCount() |
|
| 51 | + { |
|
| 47 | 52 | // Remove the following lines when you implement this test. |
| 48 | 53 | $this->markTestIncomplete( |
| 49 | 54 | 'This test has not been implemented yet.' |
@@ -54,7 +59,8 @@ discard block |
||
| 54 | 59 | * @covers AppBundle\Entity\User::setFirstLogin |
| 55 | 60 | * @todo Implement testSetFirstLogin(). |
| 56 | 61 | */ |
| 57 | - public function testSetFirstLogin() { |
|
| 62 | + public function testSetFirstLogin() |
|
| 63 | + { |
|
| 58 | 64 | // Remove the following lines when you implement this test. |
| 59 | 65 | $this->markTestIncomplete( |
| 60 | 66 | 'This test has not been implemented yet.' |
@@ -65,7 +71,8 @@ discard block |
||
| 65 | 71 | * @covers AppBundle\Entity\User::getFirstLogin |
| 66 | 72 | * @todo Implement testGetFirstLogin(). |
| 67 | 73 | */ |
| 68 | - public function testGetFirstLogin() { |
|
| 74 | + public function testGetFirstLogin() |
|
| 75 | + { |
|
| 69 | 76 | // Remove the following lines when you implement this test. |
| 70 | 77 | $this->markTestIncomplete( |
| 71 | 78 | 'This test has not been implemented yet.' |
@@ -76,7 +83,8 @@ discard block |
||
| 76 | 83 | * @covers AppBundle\Entity\User::getEnabled |
| 77 | 84 | * @todo Implement testGetEnabled(). |
| 78 | 85 | */ |
| 79 | - public function testGetEnabled() { |
|
| 86 | + public function testGetEnabled() |
|
| 87 | + { |
|
| 80 | 88 | // Remove the following lines when you implement this test. |
| 81 | 89 | $this->markTestIncomplete( |
| 82 | 90 | 'This test has not been implemented yet.' |
@@ -87,7 +95,8 @@ discard block |
||
| 87 | 95 | * @covers AppBundle\Entity\User::getLocked |
| 88 | 96 | * @todo Implement testGetLocked(). |
| 89 | 97 | */ |
| 90 | - public function testGetLocked() { |
|
| 98 | + public function testGetLocked() |
|
| 99 | + { |
|
| 91 | 100 | // Remove the following lines when you implement this test. |
| 92 | 101 | $this->markTestIncomplete( |
| 93 | 102 | 'This test has not been implemented yet.' |
@@ -98,7 +107,8 @@ discard block |
||
| 98 | 107 | * @covers AppBundle\Entity\User::getExpired |
| 99 | 108 | * @todo Implement testGetExpired(). |
| 100 | 109 | */ |
| 101 | - public function testGetExpired() { |
|
| 110 | + public function testGetExpired() |
|
| 111 | + { |
|
| 102 | 112 | // Remove the following lines when you implement this test. |
| 103 | 113 | $this->markTestIncomplete( |
| 104 | 114 | 'This test has not been implemented yet.' |
@@ -109,7 +119,8 @@ discard block |
||
| 109 | 119 | * @covers AppBundle\Entity\User::getExpiresAt |
| 110 | 120 | * @todo Implement testGetExpiresAt(). |
| 111 | 121 | */ |
| 112 | - public function testGetExpiresAt() { |
|
| 122 | + public function testGetExpiresAt() |
|
| 123 | + { |
|
| 113 | 124 | // Remove the following lines when you implement this test. |
| 114 | 125 | $this->markTestIncomplete( |
| 115 | 126 | 'This test has not been implemented yet.' |
@@ -120,7 +131,8 @@ discard block |
||
| 120 | 131 | * @covers AppBundle\Entity\User::getCredentialsExpired |
| 121 | 132 | * @todo Implement testGetCredentialsExpired(). |
| 122 | 133 | */ |
| 123 | - public function testGetCredentialsExpired() { |
|
| 134 | + public function testGetCredentialsExpired() |
|
| 135 | + { |
|
| 124 | 136 | // Remove the following lines when you implement this test. |
| 125 | 137 | $this->markTestIncomplete( |
| 126 | 138 | 'This test has not been implemented yet.' |
@@ -131,7 +143,8 @@ discard block |
||
| 131 | 143 | * @covers AppBundle\Entity\User::getCredentialsExpireAt |
| 132 | 144 | * @todo Implement testGetCredentialsExpireAt(). |
| 133 | 145 | */ |
| 134 | - public function testGetCredentialsExpireAt() { |
|
| 146 | + public function testGetCredentialsExpireAt() |
|
| 147 | + { |
|
| 135 | 148 | // Remove the following lines when you implement this test. |
| 136 | 149 | $this->markTestIncomplete( |
| 137 | 150 | 'This test has not been implemented yet.' |
@@ -142,7 +155,8 @@ discard block |
||
| 142 | 155 | * @covers AppBundle\Entity\User::setSalt |
| 143 | 156 | * @todo Implement testSetSalt(). |
| 144 | 157 | */ |
| 145 | - public function testSetSalt() { |
|
| 158 | + public function testSetSalt() |
|
| 159 | + { |
|
| 146 | 160 | // Remove the following lines when you implement this test. |
| 147 | 161 | $this->markTestIncomplete( |
| 148 | 162 | 'This test has not been implemented yet.' |
@@ -153,7 +167,8 @@ discard block |
||
| 153 | 167 | * @covers AppBundle\Entity\User::setPassword |
| 154 | 168 | * @todo Implement testSetPassword(). |
| 155 | 169 | */ |
| 156 | - public function testSetPassword() { |
|
| 170 | + public function testSetPassword() |
|
| 171 | + { |
|
| 157 | 172 | // Remove the following lines when you implement this test. |
| 158 | 173 | $this->markTestIncomplete( |
| 159 | 174 | 'This test has not been implemented yet.' |
@@ -164,7 +179,8 @@ discard block |
||
| 164 | 179 | * @covers AppBundle\Entity\User::setGroups |
| 165 | 180 | * @todo Implement testSetGroups(). |
| 166 | 181 | */ |
| 167 | - public function testSetGroups() { |
|
| 182 | + public function testSetGroups() |
|
| 183 | + { |
|
| 168 | 184 | // Remove the following lines when you implement this test. |
| 169 | 185 | $this->markTestIncomplete( |
| 170 | 186 | 'This test has not been implemented yet.' |
@@ -175,7 +191,8 @@ discard block |
||
| 175 | 191 | * @covers AppBundle\Entity\User::setRoles |
| 176 | 192 | * @todo Implement testSetRoles(). |
| 177 | 193 | */ |
| 178 | - public function testSetRoles() { |
|
| 194 | + public function testSetRoles() |
|
| 195 | + { |
|
| 179 | 196 | // Remove the following lines when you implement this test. |
| 180 | 197 | $this->markTestIncomplete( |
| 181 | 198 | 'This test has not been implemented yet.' |
@@ -186,7 +203,8 @@ discard block |
||
| 186 | 203 | * @covers AppBundle\Entity\User::hasGroup |
| 187 | 204 | * @todo Implement testHasGroup(). |
| 188 | 205 | */ |
| 189 | - public function testHasGroup() { |
|
| 206 | + public function testHasGroup() |
|
| 207 | + { |
|
| 190 | 208 | // Remove the following lines when you implement this test. |
| 191 | 209 | $this->markTestIncomplete( |
| 192 | 210 | 'This test has not been implemented yet.' |
@@ -5,7 +5,8 @@ discard block |
||
| 5 | 5 | /** |
| 6 | 6 | * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:38. |
| 7 | 7 | */ |
| 8 | -class GroupTest extends \PHPUnit_Framework_TestCase { |
|
| 8 | +class GroupTest extends \PHPUnit_Framework_TestCase |
|
| 9 | +{ |
|
| 9 | 10 | |
| 10 | 11 | /** |
| 11 | 12 | * @var Group |
@@ -16,7 +17,8 @@ discard block |
||
| 16 | 17 | * Sets up the fixture, for example, opens a network connection. |
| 17 | 18 | * This method is called before a test is executed. |
| 18 | 19 | */ |
| 19 | - protected function setUp() { |
|
| 20 | + protected function setUp() |
|
| 21 | + { |
|
| 20 | 22 | $this->object = new Group; |
| 21 | 23 | } |
| 22 | 24 | |
@@ -24,7 +26,8 @@ discard block |
||
| 24 | 26 | * Tears down the fixture, for example, closes a network connection. |
| 25 | 27 | * This method is called after a test is executed. |
| 26 | 28 | */ |
| 27 | - protected function tearDown() { |
|
| 29 | + protected function tearDown() |
|
| 30 | + { |
|
| 28 | 31 | |
| 29 | 32 | } |
| 30 | 33 | |
@@ -32,7 +35,8 @@ discard block |
||
| 32 | 35 | * @covers AppBundle\Entity\Group::__toString |
| 33 | 36 | * @todo Implement test__toString(). |
| 34 | 37 | */ |
| 35 | - public function test__toString() { |
|
| 38 | + public function test__toString() |
|
| 39 | + { |
|
| 36 | 40 | // Remove the following lines when you implement this test. |
| 37 | 41 | $this->markTestIncomplete( |
| 38 | 42 | 'This test has not been implemented yet.' |
@@ -43,7 +47,8 @@ discard block |
||
| 43 | 47 | * @covers AppBundle\Entity\Group::getUsers |
| 44 | 48 | * @todo Implement testGetUsers(). |
| 45 | 49 | */ |
| 46 | - public function testGetUsers() { |
|
| 50 | + public function testGetUsers() |
|
| 51 | + { |
|
| 47 | 52 | // Remove the following lines when you implement this test. |
| 48 | 53 | $this->markTestIncomplete( |
| 49 | 54 | 'This test has not been implemented yet.' |
@@ -5,7 +5,8 @@ discard block |
||
| 5 | 5 | /** |
| 6 | 6 | * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:26. |
| 7 | 7 | */ |
| 8 | -class ArticleTest extends \PHPUnit_Framework_TestCase { |
|
| 8 | +class ArticleTest extends \PHPUnit_Framework_TestCase |
|
| 9 | +{ |
|
| 9 | 10 | |
| 10 | 11 | /** |
| 11 | 12 | * @var Article |
@@ -16,7 +17,8 @@ discard block |
||
| 16 | 17 | * Sets up the fixture, for example, opens a network connection. |
| 17 | 18 | * This method is called before a test is executed. |
| 18 | 19 | */ |
| 19 | - protected function setUp() { |
|
| 20 | + protected function setUp() |
|
| 21 | + { |
|
| 20 | 22 | $this->object = new Article; |
| 21 | 23 | } |
| 22 | 24 | |
@@ -24,7 +26,8 @@ discard block |
||
| 24 | 26 | * Tears down the fixture, for example, closes a network connection. |
| 25 | 27 | * This method is called after a test is executed. |
| 26 | 28 | */ |
| 27 | - protected function tearDown() { |
|
| 29 | + protected function tearDown() |
|
| 30 | + { |
|
| 28 | 31 | |
| 29 | 32 | } |
| 30 | 33 | |
@@ -32,7 +35,8 @@ discard block |
||
| 32 | 35 | * @covers AppBundle\Entity\Article::getId |
| 33 | 36 | * @todo Implement testGetId(). |
| 34 | 37 | */ |
| 35 | - public function testGetId() { |
|
| 38 | + public function testGetId() |
|
| 39 | + { |
|
| 36 | 40 | // Remove the following lines when you implement this test. |
| 37 | 41 | $this->markTestIncomplete( |
| 38 | 42 | 'This test has not been implemented yet.' |
@@ -43,7 +47,8 @@ discard block |
||
| 43 | 47 | * @covers AppBundle\Entity\Article::setName |
| 44 | 48 | * @todo Implement testSetName(). |
| 45 | 49 | */ |
| 46 | - public function testSetName() { |
|
| 50 | + public function testSetName() |
|
| 51 | + { |
|
| 47 | 52 | // Remove the following lines when you implement this test. |
| 48 | 53 | $this->markTestIncomplete( |
| 49 | 54 | 'This test has not been implemented yet.' |
@@ -54,7 +59,8 @@ discard block |
||
| 54 | 59 | * @covers AppBundle\Entity\Article::getName |
| 55 | 60 | * @todo Implement testGetName(). |
| 56 | 61 | */ |
| 57 | - public function testGetName() { |
|
| 62 | + public function testGetName() |
|
| 63 | + { |
|
| 58 | 64 | // Remove the following lines when you implement this test. |
| 59 | 65 | $this->markTestIncomplete( |
| 60 | 66 | 'This test has not been implemented yet.' |
@@ -65,7 +71,8 @@ discard block |
||
| 65 | 71 | * @covers AppBundle\Entity\Article::setPackaging |
| 66 | 72 | * @todo Implement testSetPackaging(). |
| 67 | 73 | */ |
| 68 | - public function testSetPackaging() { |
|
| 74 | + public function testSetPackaging() |
|
| 75 | + { |
|
| 69 | 76 | // Remove the following lines when you implement this test. |
| 70 | 77 | $this->markTestIncomplete( |
| 71 | 78 | 'This test has not been implemented yet.' |
@@ -76,7 +83,8 @@ discard block |
||
| 76 | 83 | * @covers AppBundle\Entity\Article::getPackaging |
| 77 | 84 | * @todo Implement testGetPackaging(). |
| 78 | 85 | */ |
| 79 | - public function testGetPackaging() { |
|
| 86 | + public function testGetPackaging() |
|
| 87 | + { |
|
| 80 | 88 | // Remove the following lines when you implement this test. |
| 81 | 89 | $this->markTestIncomplete( |
| 82 | 90 | 'This test has not been implemented yet.' |
@@ -87,7 +95,8 @@ discard block |
||
| 87 | 95 | * @covers AppBundle\Entity\Article::setPrice |
| 88 | 96 | * @todo Implement testSetPrice(). |
| 89 | 97 | */ |
| 90 | - public function testSetPrice() { |
|
| 98 | + public function testSetPrice() |
|
| 99 | + { |
|
| 91 | 100 | // Remove the following lines when you implement this test. |
| 92 | 101 | $this->markTestIncomplete( |
| 93 | 102 | 'This test has not been implemented yet.' |
@@ -98,7 +107,8 @@ discard block |
||
| 98 | 107 | * @covers AppBundle\Entity\Article::getPrice |
| 99 | 108 | * @todo Implement testGetPrice(). |
| 100 | 109 | */ |
| 101 | - public function testGetPrice() { |
|
| 110 | + public function testGetPrice() |
|
| 111 | + { |
|
| 102 | 112 | // Remove the following lines when you implement this test. |
| 103 | 113 | $this->markTestIncomplete( |
| 104 | 114 | 'This test has not been implemented yet.' |
@@ -109,7 +119,8 @@ discard block |
||
| 109 | 119 | * @covers AppBundle\Entity\Article::setQuantity |
| 110 | 120 | * @todo Implement testSetQuantity(). |
| 111 | 121 | */ |
| 112 | - public function testSetQuantity() { |
|
| 122 | + public function testSetQuantity() |
|
| 123 | + { |
|
| 113 | 124 | // Remove the following lines when you implement this test. |
| 114 | 125 | $this->markTestIncomplete( |
| 115 | 126 | 'This test has not been implemented yet.' |
@@ -120,7 +131,8 @@ discard block |
||
| 120 | 131 | * @covers AppBundle\Entity\Article::getQuantity |
| 121 | 132 | * @todo Implement testGetQuantity(). |
| 122 | 133 | */ |
| 123 | - public function testGetQuantity() { |
|
| 134 | + public function testGetQuantity() |
|
| 135 | + { |
|
| 124 | 136 | // Remove the following lines when you implement this test. |
| 125 | 137 | $this->markTestIncomplete( |
| 126 | 138 | 'This test has not been implemented yet.' |
@@ -131,7 +143,8 @@ discard block |
||
| 131 | 143 | * @covers AppBundle\Entity\Article::setMinstock |
| 132 | 144 | * @todo Implement testSetMinstock(). |
| 133 | 145 | */ |
| 134 | - public function testSetMinstock() { |
|
| 146 | + public function testSetMinstock() |
|
| 147 | + { |
|
| 135 | 148 | // Remove the following lines when you implement this test. |
| 136 | 149 | $this->markTestIncomplete( |
| 137 | 150 | 'This test has not been implemented yet.' |
@@ -142,7 +155,8 @@ discard block |
||
| 142 | 155 | * @covers AppBundle\Entity\Article::getMinstock |
| 143 | 156 | * @todo Implement testGetMinstock(). |
| 144 | 157 | */ |
| 145 | - public function testGetMinstock() { |
|
| 158 | + public function testGetMinstock() |
|
| 159 | + { |
|
| 146 | 160 | // Remove the following lines when you implement this test. |
| 147 | 161 | $this->markTestIncomplete( |
| 148 | 162 | 'This test has not been implemented yet.' |
@@ -153,7 +167,8 @@ discard block |
||
| 153 | 167 | * @covers AppBundle\Entity\Article::setSupplier |
| 154 | 168 | * @todo Implement testSetSupplier(). |
| 155 | 169 | */ |
| 156 | - public function testSetSupplier() { |
|
| 170 | + public function testSetSupplier() |
|
| 171 | + { |
|
| 157 | 172 | // Remove the following lines when you implement this test. |
| 158 | 173 | $this->markTestIncomplete( |
| 159 | 174 | 'This test has not been implemented yet.' |
@@ -164,7 +179,8 @@ discard block |
||
| 164 | 179 | * @covers AppBundle\Entity\Article::getSupplier |
| 165 | 180 | * @todo Implement testGetSupplier(). |
| 166 | 181 | */ |
| 167 | - public function testGetSupplier() { |
|
| 182 | + public function testGetSupplier() |
|
| 183 | + { |
|
| 168 | 184 | // Remove the following lines when you implement this test. |
| 169 | 185 | $this->markTestIncomplete( |
| 170 | 186 | 'This test has not been implemented yet.' |
@@ -175,7 +191,8 @@ discard block |
||
| 175 | 191 | * @covers AppBundle\Entity\Article::setUnitStorage |
| 176 | 192 | * @todo Implement testSetUnitStorage(). |
| 177 | 193 | */ |
| 178 | - public function testSetUnitStorage() { |
|
| 194 | + public function testSetUnitStorage() |
|
| 195 | + { |
|
| 179 | 196 | // Remove the following lines when you implement this test. |
| 180 | 197 | $this->markTestIncomplete( |
| 181 | 198 | 'This test has not been implemented yet.' |
@@ -186,7 +203,8 @@ discard block |
||
| 186 | 203 | * @covers AppBundle\Entity\Article::getUnitStorage |
| 187 | 204 | * @todo Implement testGetUnitStorage(). |
| 188 | 205 | */ |
| 189 | - public function testGetUnitStorage() { |
|
| 206 | + public function testGetUnitStorage() |
|
| 207 | + { |
|
| 190 | 208 | // Remove the following lines when you implement this test. |
| 191 | 209 | $this->markTestIncomplete( |
| 192 | 210 | 'This test has not been implemented yet.' |
@@ -197,7 +215,8 @@ discard block |
||
| 197 | 215 | * @covers AppBundle\Entity\Article::addZoneStorage |
| 198 | 216 | * @todo Implement testAddZoneStorage(). |
| 199 | 217 | */ |
| 200 | - public function testAddZoneStorage() { |
|
| 218 | + public function testAddZoneStorage() |
|
| 219 | + { |
|
| 201 | 220 | // Remove the following lines when you implement this test. |
| 202 | 221 | $this->markTestIncomplete( |
| 203 | 222 | 'This test has not been implemented yet.' |
@@ -208,7 +227,8 @@ discard block |
||
| 208 | 227 | * @covers AppBundle\Entity\Article::removeZoneStorage |
| 209 | 228 | * @todo Implement testRemoveZoneStorage(). |
| 210 | 229 | */ |
| 211 | - public function testRemoveZoneStorage() { |
|
| 230 | + public function testRemoveZoneStorage() |
|
| 231 | + { |
|
| 212 | 232 | // Remove the following lines when you implement this test. |
| 213 | 233 | $this->markTestIncomplete( |
| 214 | 234 | 'This test has not been implemented yet.' |
@@ -219,7 +239,8 @@ discard block |
||
| 219 | 239 | * @covers AppBundle\Entity\Article::getZoneStorages |
| 220 | 240 | * @todo Implement testGetZoneStorages(). |
| 221 | 241 | */ |
| 222 | - public function testGetZoneStorages() { |
|
| 242 | + public function testGetZoneStorages() |
|
| 243 | + { |
|
| 223 | 244 | // Remove the following lines when you implement this test. |
| 224 | 245 | $this->markTestIncomplete( |
| 225 | 246 | 'This test has not been implemented yet.' |
@@ -230,7 +251,8 @@ discard block |
||
| 230 | 251 | * @covers AppBundle\Entity\Article::setFamilyLog |
| 231 | 252 | * @todo Implement testSetFamilyLog(). |
| 232 | 253 | */ |
| 233 | - public function testSetFamilyLog() { |
|
| 254 | + public function testSetFamilyLog() |
|
| 255 | + { |
|
| 234 | 256 | // Remove the following lines when you implement this test. |
| 235 | 257 | $this->markTestIncomplete( |
| 236 | 258 | 'This test has not been implemented yet.' |
@@ -241,7 +263,8 @@ discard block |
||
| 241 | 263 | * @covers AppBundle\Entity\Article::getFamilyLog |
| 242 | 264 | * @todo Implement testGetFamilyLog(). |
| 243 | 265 | */ |
| 244 | - public function testGetFamilyLog() { |
|
| 266 | + public function testGetFamilyLog() |
|
| 267 | + { |
|
| 245 | 268 | // Remove the following lines when you implement this test. |
| 246 | 269 | $this->markTestIncomplete( |
| 247 | 270 | 'This test has not been implemented yet.' |
@@ -252,7 +275,8 @@ discard block |
||
| 252 | 275 | * @covers AppBundle\Entity\Article::setSubFamilyLog |
| 253 | 276 | * @todo Implement testSetSubFamilyLog(). |
| 254 | 277 | */ |
| 255 | - public function testSetSubFamilyLog() { |
|
| 278 | + public function testSetSubFamilyLog() |
|
| 279 | + { |
|
| 256 | 280 | // Remove the following lines when you implement this test. |
| 257 | 281 | $this->markTestIncomplete( |
| 258 | 282 | 'This test has not been implemented yet.' |
@@ -263,7 +287,8 @@ discard block |
||
| 263 | 287 | * @covers AppBundle\Entity\Article::getSubFamilyLog |
| 264 | 288 | * @todo Implement testGetSubFamilyLog(). |
| 265 | 289 | */ |
| 266 | - public function testGetSubFamilyLog() { |
|
| 290 | + public function testGetSubFamilyLog() |
|
| 291 | + { |
|
| 267 | 292 | // Remove the following lines when you implement this test. |
| 268 | 293 | $this->markTestIncomplete( |
| 269 | 294 | 'This test has not been implemented yet.' |
@@ -274,7 +299,8 @@ discard block |
||
| 274 | 299 | * @covers AppBundle\Entity\Article::setActive |
| 275 | 300 | * @todo Implement testSetActive(). |
| 276 | 301 | */ |
| 277 | - public function testSetActive() { |
|
| 302 | + public function testSetActive() |
|
| 303 | + { |
|
| 278 | 304 | // Remove the following lines when you implement this test. |
| 279 | 305 | $this->markTestIncomplete( |
| 280 | 306 | 'This test has not been implemented yet.' |
@@ -285,7 +311,8 @@ discard block |
||
| 285 | 311 | * @covers AppBundle\Entity\Article::isActive |
| 286 | 312 | * @todo Implement testIsActive(). |
| 287 | 313 | */ |
| 288 | - public function testIsActive() { |
|
| 314 | + public function testIsActive() |
|
| 315 | + { |
|
| 289 | 316 | // Remove the following lines when you implement this test. |
| 290 | 317 | $this->markTestIncomplete( |
| 291 | 318 | 'This test has not been implemented yet.' |
@@ -296,7 +323,8 @@ discard block |
||
| 296 | 323 | * @covers AppBundle\Entity\Article::setSlug |
| 297 | 324 | * @todo Implement testSetSlug(). |
| 298 | 325 | */ |
| 299 | - public function testSetSlug() { |
|
| 326 | + public function testSetSlug() |
|
| 327 | + { |
|
| 300 | 328 | // Remove the following lines when you implement this test. |
| 301 | 329 | $this->markTestIncomplete( |
| 302 | 330 | 'This test has not been implemented yet.' |
@@ -307,7 +335,8 @@ discard block |
||
| 307 | 335 | * @covers AppBundle\Entity\Article::getSlug |
| 308 | 336 | * @todo Implement testGetSlug(). |
| 309 | 337 | */ |
| 310 | - public function testGetSlug() { |
|
| 338 | + public function testGetSlug() |
|
| 339 | + { |
|
| 311 | 340 | // Remove the following lines when you implement this test. |
| 312 | 341 | $this->markTestIncomplete( |
| 313 | 342 | 'This test has not been implemented yet.' |
@@ -318,7 +347,8 @@ discard block |
||
| 318 | 347 | * @covers AppBundle\Entity\Article::__toString |
| 319 | 348 | * @todo Implement test__toString(). |
| 320 | 349 | */ |
| 321 | - public function test__toString() { |
|
| 350 | + public function test__toString() |
|
| 351 | + { |
|
| 322 | 352 | // Remove the following lines when you implement this test. |
| 323 | 353 | $this->markTestIncomplete( |
| 324 | 354 | 'This test has not been implemented yet.' |