| @@ 9-111 (lines=103) @@ | ||
| 6 | /** |
|
| 7 | * Generated Test Class. |
|
| 8 | */ |
|
| 9 | class xsFloatTest extends \PHPUnit_Framework_TestCase |
|
| 10 | { |
|
| 11 | /** |
|
| 12 | * @var \AlgoWeb\xsdTypes\xsFloat |
|
| 13 | */ |
|
| 14 | protected $object; |
|
| 15 | ||
| 16 | /** |
|
| 17 | * Sets up the fixture, for example, opens a network connection. |
|
| 18 | * This method is called before a test is executed. |
|
| 19 | */ |
|
| 20 | protected function setUp() |
|
| 21 | { |
|
| 22 | parent::setUp(); |
|
| 23 | $this->object = new \AlgoWeb\xsdTypes\xsFloat(); |
|
| 24 | } |
|
| 25 | ||
| 26 | /** |
|
| 27 | * Tears down the fixture, for example, closes a network connection. |
|
| 28 | * This method is called after a test is executed. |
|
| 29 | */ |
|
| 30 | protected function tearDown() |
|
| 31 | { |
|
| 32 | parent::tearDown(); |
|
| 33 | } |
|
| 34 | ||
| 35 | /** |
|
| 36 | * @covers \AlgoWeb\xsdTypes\xsFloat::__toString |
|
| 37 | * @todo Implement test__toString(). |
|
| 38 | */ |
|
| 39 | public function test__toString() |
|
| 40 | { |
|
| 41 | // Remove the following lines when you implement this test. |
|
| 42 | $this->markTestIncomplete( |
|
| 43 | 'This test has not been implemented yet.' |
|
| 44 | ); |
|
| 45 | } |
|
| 46 | ||
| 47 | ||
| 48 | /** |
|
| 49 | * @covers \AlgoWeb\xsdTypes\xsFloat::setMaxExclusive |
|
| 50 | * @todo Implement testSetMaxExclusive(). |
|
| 51 | */ |
|
| 52 | public function testSetMaxExclusive() |
|
| 53 | { |
|
| 54 | // Remove the following lines when you implement this test. |
|
| 55 | $this->markTestIncomplete( |
|
| 56 | 'This test has not been implemented yet.' |
|
| 57 | ); |
|
| 58 | } |
|
| 59 | ||
| 60 | ||
| 61 | /** |
|
| 62 | * @covers \AlgoWeb\xsdTypes\xsFloat::setMaxInclusive |
|
| 63 | * @todo Implement testSetMaxInclusive(). |
|
| 64 | */ |
|
| 65 | public function testSetMaxInclusive() |
|
| 66 | { |
|
| 67 | // Remove the following lines when you implement this test. |
|
| 68 | $this->markTestIncomplete( |
|
| 69 | 'This test has not been implemented yet.' |
|
| 70 | ); |
|
| 71 | } |
|
| 72 | ||
| 73 | ||
| 74 | /** |
|
| 75 | * @covers \AlgoWeb\xsdTypes\xsFloat::setMinExclusive |
|
| 76 | * @todo Implement testSetMinExclusive(). |
|
| 77 | */ |
|
| 78 | public function testSetMinExclusive() |
|
| 79 | { |
|
| 80 | // Remove the following lines when you implement this test. |
|
| 81 | $this->markTestIncomplete( |
|
| 82 | 'This test has not been implemented yet.' |
|
| 83 | ); |
|
| 84 | } |
|
| 85 | ||
| 86 | ||
| 87 | /** |
|
| 88 | * @covers \AlgoWeb\xsdTypes\xsFloat::setMinInclusive |
|
| 89 | * @todo Implement testSetMinInclusive(). |
|
| 90 | */ |
|
| 91 | public function testSetMinInclusive() |
|
| 92 | { |
|
| 93 | // Remove the following lines when you implement this test. |
|
| 94 | $this->markTestIncomplete( |
|
| 95 | 'This test has not been implemented yet.' |
|
| 96 | ); |
|
| 97 | } |
|
| 98 | ||
| 99 | ||
| 100 | /** |
|
| 101 | * @covers \AlgoWeb\xsdTypes\xsFloat::checkMinMax |
|
| 102 | * @todo Implement testCheckMinMax(). |
|
| 103 | */ |
|
| 104 | public function testCheckMinMax() |
|
| 105 | { |
|
| 106 | // Remove the following lines when you implement this test. |
|
| 107 | $this->markTestIncomplete( |
|
| 108 | 'This test has not been implemented yet.' |
|
| 109 | ); |
|
| 110 | } |
|
| 111 | } |
|
| 112 | ||
| @@ 9-124 (lines=116) @@ | ||
| 6 | /** |
|
| 7 | * Generated Test Class. |
|
| 8 | */ |
|
| 9 | class xsGDayTest extends \PHPUnit_Framework_TestCase |
|
| 10 | { |
|
| 11 | /** |
|
| 12 | * @var \AlgoWeb\xsdTypes\xsGDay |
|
| 13 | */ |
|
| 14 | protected $object; |
|
| 15 | ||
| 16 | /** |
|
| 17 | * Sets up the fixture, for example, opens a network connection. |
|
| 18 | * This method is called before a test is executed. |
|
| 19 | */ |
|
| 20 | protected function setUp() |
|
| 21 | { |
|
| 22 | parent::setUp(); |
|
| 23 | $this->object = new \AlgoWeb\xsdTypes\xsGDay(); |
|
| 24 | } |
|
| 25 | ||
| 26 | /** |
|
| 27 | * Tears down the fixture, for example, closes a network connection. |
|
| 28 | * This method is called after a test is executed. |
|
| 29 | */ |
|
| 30 | protected function tearDown() |
|
| 31 | { |
|
| 32 | parent::tearDown(); |
|
| 33 | } |
|
| 34 | ||
| 35 | /** |
|
| 36 | * @covers \AlgoWeb\xsdTypes\xsGDay::fixValue |
|
| 37 | * @todo Implement testFixValue(). |
|
| 38 | */ |
|
| 39 | public function testFixValue() |
|
| 40 | { |
|
| 41 | // Remove the following lines when you implement this test. |
|
| 42 | $this->markTestIncomplete( |
|
| 43 | 'This test has not been implemented yet.' |
|
| 44 | ); |
|
| 45 | } |
|
| 46 | ||
| 47 | ||
| 48 | /** |
|
| 49 | * @covers \AlgoWeb\xsdTypes\xsGDay::__toString |
|
| 50 | * @todo Implement test__toString(). |
|
| 51 | */ |
|
| 52 | public function test__toString() |
|
| 53 | { |
|
| 54 | // Remove the following lines when you implement this test. |
|
| 55 | $this->markTestIncomplete( |
|
| 56 | 'This test has not been implemented yet.' |
|
| 57 | ); |
|
| 58 | } |
|
| 59 | ||
| 60 | ||
| 61 | /** |
|
| 62 | * @covers \AlgoWeb\xsdTypes\xsGDay::setMaxExclusive |
|
| 63 | * @todo Implement testSetMaxExclusive(). |
|
| 64 | */ |
|
| 65 | public function testSetMaxExclusive() |
|
| 66 | { |
|
| 67 | // Remove the following lines when you implement this test. |
|
| 68 | $this->markTestIncomplete( |
|
| 69 | 'This test has not been implemented yet.' |
|
| 70 | ); |
|
| 71 | } |
|
| 72 | ||
| 73 | ||
| 74 | /** |
|
| 75 | * @covers \AlgoWeb\xsdTypes\xsGDay::setMaxInclusive |
|
| 76 | * @todo Implement testSetMaxInclusive(). |
|
| 77 | */ |
|
| 78 | public function testSetMaxInclusive() |
|
| 79 | { |
|
| 80 | // Remove the following lines when you implement this test. |
|
| 81 | $this->markTestIncomplete( |
|
| 82 | 'This test has not been implemented yet.' |
|
| 83 | ); |
|
| 84 | } |
|
| 85 | ||
| 86 | ||
| 87 | /** |
|
| 88 | * @covers \AlgoWeb\xsdTypes\xsGDay::setMinExclusive |
|
| 89 | * @todo Implement testSetMinExclusive(). |
|
| 90 | */ |
|
| 91 | public function testSetMinExclusive() |
|
| 92 | { |
|
| 93 | // Remove the following lines when you implement this test. |
|
| 94 | $this->markTestIncomplete( |
|
| 95 | 'This test has not been implemented yet.' |
|
| 96 | ); |
|
| 97 | } |
|
| 98 | ||
| 99 | ||
| 100 | /** |
|
| 101 | * @covers \AlgoWeb\xsdTypes\xsGDay::setMinInclusive |
|
| 102 | * @todo Implement testSetMinInclusive(). |
|
| 103 | */ |
|
| 104 | public function testSetMinInclusive() |
|
| 105 | { |
|
| 106 | // Remove the following lines when you implement this test. |
|
| 107 | $this->markTestIncomplete( |
|
| 108 | 'This test has not been implemented yet.' |
|
| 109 | ); |
|
| 110 | } |
|
| 111 | ||
| 112 | ||
| 113 | /** |
|
| 114 | * @covers \AlgoWeb\xsdTypes\xsGDay::checkMinMax |
|
| 115 | * @todo Implement testCheckMinMax(). |
|
| 116 | */ |
|
| 117 | public function testCheckMinMax() |
|
| 118 | { |
|
| 119 | // Remove the following lines when you implement this test. |
|
| 120 | $this->markTestIncomplete( |
|
| 121 | 'This test has not been implemented yet.' |
|
| 122 | ); |
|
| 123 | } |
|
| 124 | } |
|
| 125 | ||
| @@ 9-124 (lines=116) @@ | ||
| 6 | /** |
|
| 7 | * Generated Test Class. |
|
| 8 | */ |
|
| 9 | class xsGMonthDayTest extends \PHPUnit_Framework_TestCase |
|
| 10 | { |
|
| 11 | /** |
|
| 12 | * @var \AlgoWeb\xsdTypes\xsGMonthDay |
|
| 13 | */ |
|
| 14 | protected $object; |
|
| 15 | ||
| 16 | /** |
|
| 17 | * Sets up the fixture, for example, opens a network connection. |
|
| 18 | * This method is called before a test is executed. |
|
| 19 | */ |
|
| 20 | protected function setUp() |
|
| 21 | { |
|
| 22 | parent::setUp(); |
|
| 23 | $this->object = new \AlgoWeb\xsdTypes\xsGMonthDay(); |
|
| 24 | } |
|
| 25 | ||
| 26 | /** |
|
| 27 | * Tears down the fixture, for example, closes a network connection. |
|
| 28 | * This method is called after a test is executed. |
|
| 29 | */ |
|
| 30 | protected function tearDown() |
|
| 31 | { |
|
| 32 | parent::tearDown(); |
|
| 33 | } |
|
| 34 | ||
| 35 | /** |
|
| 36 | * @covers \AlgoWeb\xsdTypes\xsGMonthDay::fixValue |
|
| 37 | * @todo Implement testFixValue(). |
|
| 38 | */ |
|
| 39 | public function testFixValue() |
|
| 40 | { |
|
| 41 | // Remove the following lines when you implement this test. |
|
| 42 | $this->markTestIncomplete( |
|
| 43 | 'This test has not been implemented yet.' |
|
| 44 | ); |
|
| 45 | } |
|
| 46 | ||
| 47 | ||
| 48 | /** |
|
| 49 | * @covers \AlgoWeb\xsdTypes\xsGMonthDay::__toString |
|
| 50 | * @todo Implement test__toString(). |
|
| 51 | */ |
|
| 52 | public function test__toString() |
|
| 53 | { |
|
| 54 | // Remove the following lines when you implement this test. |
|
| 55 | $this->markTestIncomplete( |
|
| 56 | 'This test has not been implemented yet.' |
|
| 57 | ); |
|
| 58 | } |
|
| 59 | ||
| 60 | ||
| 61 | /** |
|
| 62 | * @covers \AlgoWeb\xsdTypes\xsGMonthDay::setMaxExclusive |
|
| 63 | * @todo Implement testSetMaxExclusive(). |
|
| 64 | */ |
|
| 65 | public function testSetMaxExclusive() |
|
| 66 | { |
|
| 67 | // Remove the following lines when you implement this test. |
|
| 68 | $this->markTestIncomplete( |
|
| 69 | 'This test has not been implemented yet.' |
|
| 70 | ); |
|
| 71 | } |
|
| 72 | ||
| 73 | ||
| 74 | /** |
|
| 75 | * @covers \AlgoWeb\xsdTypes\xsGMonthDay::setMaxInclusive |
|
| 76 | * @todo Implement testSetMaxInclusive(). |
|
| 77 | */ |
|
| 78 | public function testSetMaxInclusive() |
|
| 79 | { |
|
| 80 | // Remove the following lines when you implement this test. |
|
| 81 | $this->markTestIncomplete( |
|
| 82 | 'This test has not been implemented yet.' |
|
| 83 | ); |
|
| 84 | } |
|
| 85 | ||
| 86 | ||
| 87 | /** |
|
| 88 | * @covers \AlgoWeb\xsdTypes\xsGMonthDay::setMinExclusive |
|
| 89 | * @todo Implement testSetMinExclusive(). |
|
| 90 | */ |
|
| 91 | public function testSetMinExclusive() |
|
| 92 | { |
|
| 93 | // Remove the following lines when you implement this test. |
|
| 94 | $this->markTestIncomplete( |
|
| 95 | 'This test has not been implemented yet.' |
|
| 96 | ); |
|
| 97 | } |
|
| 98 | ||
| 99 | ||
| 100 | /** |
|
| 101 | * @covers \AlgoWeb\xsdTypes\xsGMonthDay::setMinInclusive |
|
| 102 | * @todo Implement testSetMinInclusive(). |
|
| 103 | */ |
|
| 104 | public function testSetMinInclusive() |
|
| 105 | { |
|
| 106 | // Remove the following lines when you implement this test. |
|
| 107 | $this->markTestIncomplete( |
|
| 108 | 'This test has not been implemented yet.' |
|
| 109 | ); |
|
| 110 | } |
|
| 111 | ||
| 112 | ||
| 113 | /** |
|
| 114 | * @covers \AlgoWeb\xsdTypes\xsGMonthDay::checkMinMax |
|
| 115 | * @todo Implement testCheckMinMax(). |
|
| 116 | */ |
|
| 117 | public function testCheckMinMax() |
|
| 118 | { |
|
| 119 | // Remove the following lines when you implement this test. |
|
| 120 | $this->markTestIncomplete( |
|
| 121 | 'This test has not been implemented yet.' |
|
| 122 | ); |
|
| 123 | } |
|
| 124 | } |
|
| 125 | ||
| @@ 9-124 (lines=116) @@ | ||
| 6 | /** |
|
| 7 | * Generated Test Class. |
|
| 8 | */ |
|
| 9 | class xsGMonthTest extends \PHPUnit_Framework_TestCase |
|
| 10 | { |
|
| 11 | /** |
|
| 12 | * @var \AlgoWeb\xsdTypes\xsGMonth |
|
| 13 | */ |
|
| 14 | protected $object; |
|
| 15 | ||
| 16 | /** |
|
| 17 | * Sets up the fixture, for example, opens a network connection. |
|
| 18 | * This method is called before a test is executed. |
|
| 19 | */ |
|
| 20 | protected function setUp() |
|
| 21 | { |
|
| 22 | parent::setUp(); |
|
| 23 | $this->object = new \AlgoWeb\xsdTypes\xsGMonth(); |
|
| 24 | } |
|
| 25 | ||
| 26 | /** |
|
| 27 | * Tears down the fixture, for example, closes a network connection. |
|
| 28 | * This method is called after a test is executed. |
|
| 29 | */ |
|
| 30 | protected function tearDown() |
|
| 31 | { |
|
| 32 | parent::tearDown(); |
|
| 33 | } |
|
| 34 | ||
| 35 | /** |
|
| 36 | * @covers \AlgoWeb\xsdTypes\xsGMonth::fixValue |
|
| 37 | * @todo Implement testFixValue(). |
|
| 38 | */ |
|
| 39 | public function testFixValue() |
|
| 40 | { |
|
| 41 | // Remove the following lines when you implement this test. |
|
| 42 | $this->markTestIncomplete( |
|
| 43 | 'This test has not been implemented yet.' |
|
| 44 | ); |
|
| 45 | } |
|
| 46 | ||
| 47 | ||
| 48 | /** |
|
| 49 | * @covers \AlgoWeb\xsdTypes\xsGMonth::__toString |
|
| 50 | * @todo Implement test__toString(). |
|
| 51 | */ |
|
| 52 | public function test__toString() |
|
| 53 | { |
|
| 54 | // Remove the following lines when you implement this test. |
|
| 55 | $this->markTestIncomplete( |
|
| 56 | 'This test has not been implemented yet.' |
|
| 57 | ); |
|
| 58 | } |
|
| 59 | ||
| 60 | ||
| 61 | /** |
|
| 62 | * @covers \AlgoWeb\xsdTypes\xsGMonth::setMaxExclusive |
|
| 63 | * @todo Implement testSetMaxExclusive(). |
|
| 64 | */ |
|
| 65 | public function testSetMaxExclusive() |
|
| 66 | { |
|
| 67 | // Remove the following lines when you implement this test. |
|
| 68 | $this->markTestIncomplete( |
|
| 69 | 'This test has not been implemented yet.' |
|
| 70 | ); |
|
| 71 | } |
|
| 72 | ||
| 73 | ||
| 74 | /** |
|
| 75 | * @covers \AlgoWeb\xsdTypes\xsGMonth::setMaxInclusive |
|
| 76 | * @todo Implement testSetMaxInclusive(). |
|
| 77 | */ |
|
| 78 | public function testSetMaxInclusive() |
|
| 79 | { |
|
| 80 | // Remove the following lines when you implement this test. |
|
| 81 | $this->markTestIncomplete( |
|
| 82 | 'This test has not been implemented yet.' |
|
| 83 | ); |
|
| 84 | } |
|
| 85 | ||
| 86 | ||
| 87 | /** |
|
| 88 | * @covers \AlgoWeb\xsdTypes\xsGMonth::setMinExclusive |
|
| 89 | * @todo Implement testSetMinExclusive(). |
|
| 90 | */ |
|
| 91 | public function testSetMinExclusive() |
|
| 92 | { |
|
| 93 | // Remove the following lines when you implement this test. |
|
| 94 | $this->markTestIncomplete( |
|
| 95 | 'This test has not been implemented yet.' |
|
| 96 | ); |
|
| 97 | } |
|
| 98 | ||
| 99 | ||
| 100 | /** |
|
| 101 | * @covers \AlgoWeb\xsdTypes\xsGMonth::setMinInclusive |
|
| 102 | * @todo Implement testSetMinInclusive(). |
|
| 103 | */ |
|
| 104 | public function testSetMinInclusive() |
|
| 105 | { |
|
| 106 | // Remove the following lines when you implement this test. |
|
| 107 | $this->markTestIncomplete( |
|
| 108 | 'This test has not been implemented yet.' |
|
| 109 | ); |
|
| 110 | } |
|
| 111 | ||
| 112 | ||
| 113 | /** |
|
| 114 | * @covers \AlgoWeb\xsdTypes\xsGMonth::checkMinMax |
|
| 115 | * @todo Implement testCheckMinMax(). |
|
| 116 | */ |
|
| 117 | public function testCheckMinMax() |
|
| 118 | { |
|
| 119 | // Remove the following lines when you implement this test. |
|
| 120 | $this->markTestIncomplete( |
|
| 121 | 'This test has not been implemented yet.' |
|
| 122 | ); |
|
| 123 | } |
|
| 124 | } |
|
| 125 | ||
| @@ 9-124 (lines=116) @@ | ||
| 6 | /** |
|
| 7 | * Generated Test Class. |
|
| 8 | */ |
|
| 9 | class xsGYearMonthTest extends \PHPUnit_Framework_TestCase |
|
| 10 | { |
|
| 11 | /** |
|
| 12 | * @var \AlgoWeb\xsdTypes\xsGYearMonth |
|
| 13 | */ |
|
| 14 | protected $object; |
|
| 15 | ||
| 16 | /** |
|
| 17 | * Sets up the fixture, for example, opens a network connection. |
|
| 18 | * This method is called before a test is executed. |
|
| 19 | */ |
|
| 20 | protected function setUp() |
|
| 21 | { |
|
| 22 | parent::setUp(); |
|
| 23 | $this->object = new \AlgoWeb\xsdTypes\xsGYearMonth(); |
|
| 24 | } |
|
| 25 | ||
| 26 | /** |
|
| 27 | * Tears down the fixture, for example, closes a network connection. |
|
| 28 | * This method is called after a test is executed. |
|
| 29 | */ |
|
| 30 | protected function tearDown() |
|
| 31 | { |
|
| 32 | parent::tearDown(); |
|
| 33 | } |
|
| 34 | ||
| 35 | /** |
|
| 36 | * @covers \AlgoWeb\xsdTypes\xsGYearMonth::fixValue |
|
| 37 | * @todo Implement testFixValue(). |
|
| 38 | */ |
|
| 39 | public function testFixValue() |
|
| 40 | { |
|
| 41 | // Remove the following lines when you implement this test. |
|
| 42 | $this->markTestIncomplete( |
|
| 43 | 'This test has not been implemented yet.' |
|
| 44 | ); |
|
| 45 | } |
|
| 46 | ||
| 47 | ||
| 48 | /** |
|
| 49 | * @covers \AlgoWeb\xsdTypes\xsGYearMonth::__toString |
|
| 50 | * @todo Implement test__toString(). |
|
| 51 | */ |
|
| 52 | public function test__toString() |
|
| 53 | { |
|
| 54 | // Remove the following lines when you implement this test. |
|
| 55 | $this->markTestIncomplete( |
|
| 56 | 'This test has not been implemented yet.' |
|
| 57 | ); |
|
| 58 | } |
|
| 59 | ||
| 60 | ||
| 61 | /** |
|
| 62 | * @covers \AlgoWeb\xsdTypes\xsGYearMonth::setMaxExclusive |
|
| 63 | * @todo Implement testSetMaxExclusive(). |
|
| 64 | */ |
|
| 65 | public function testSetMaxExclusive() |
|
| 66 | { |
|
| 67 | // Remove the following lines when you implement this test. |
|
| 68 | $this->markTestIncomplete( |
|
| 69 | 'This test has not been implemented yet.' |
|
| 70 | ); |
|
| 71 | } |
|
| 72 | ||
| 73 | ||
| 74 | /** |
|
| 75 | * @covers \AlgoWeb\xsdTypes\xsGYearMonth::setMaxInclusive |
|
| 76 | * @todo Implement testSetMaxInclusive(). |
|
| 77 | */ |
|
| 78 | public function testSetMaxInclusive() |
|
| 79 | { |
|
| 80 | // Remove the following lines when you implement this test. |
|
| 81 | $this->markTestIncomplete( |
|
| 82 | 'This test has not been implemented yet.' |
|
| 83 | ); |
|
| 84 | } |
|
| 85 | ||
| 86 | ||
| 87 | /** |
|
| 88 | * @covers \AlgoWeb\xsdTypes\xsGYearMonth::setMinExclusive |
|
| 89 | * @todo Implement testSetMinExclusive(). |
|
| 90 | */ |
|
| 91 | public function testSetMinExclusive() |
|
| 92 | { |
|
| 93 | // Remove the following lines when you implement this test. |
|
| 94 | $this->markTestIncomplete( |
|
| 95 | 'This test has not been implemented yet.' |
|
| 96 | ); |
|
| 97 | } |
|
| 98 | ||
| 99 | ||
| 100 | /** |
|
| 101 | * @covers \AlgoWeb\xsdTypes\xsGYearMonth::setMinInclusive |
|
| 102 | * @todo Implement testSetMinInclusive(). |
|
| 103 | */ |
|
| 104 | public function testSetMinInclusive() |
|
| 105 | { |
|
| 106 | // Remove the following lines when you implement this test. |
|
| 107 | $this->markTestIncomplete( |
|
| 108 | 'This test has not been implemented yet.' |
|
| 109 | ); |
|
| 110 | } |
|
| 111 | ||
| 112 | ||
| 113 | /** |
|
| 114 | * @covers \AlgoWeb\xsdTypes\xsGYearMonth::checkMinMax |
|
| 115 | * @todo Implement testCheckMinMax(). |
|
| 116 | */ |
|
| 117 | public function testCheckMinMax() |
|
| 118 | { |
|
| 119 | // Remove the following lines when you implement this test. |
|
| 120 | $this->markTestIncomplete( |
|
| 121 | 'This test has not been implemented yet.' |
|
| 122 | ); |
|
| 123 | } |
|
| 124 | } |
|
| 125 | ||
| @@ 9-124 (lines=116) @@ | ||
| 6 | /** |
|
| 7 | * Generated Test Class. |
|
| 8 | */ |
|
| 9 | class xsGYearTest extends \PHPUnit_Framework_TestCase |
|
| 10 | { |
|
| 11 | /** |
|
| 12 | * @var \AlgoWeb\xsdTypes\xsGYear |
|
| 13 | */ |
|
| 14 | protected $object; |
|
| 15 | ||
| 16 | /** |
|
| 17 | * Sets up the fixture, for example, opens a network connection. |
|
| 18 | * This method is called before a test is executed. |
|
| 19 | */ |
|
| 20 | protected function setUp() |
|
| 21 | { |
|
| 22 | parent::setUp(); |
|
| 23 | $this->object = new \AlgoWeb\xsdTypes\xsGYear(); |
|
| 24 | } |
|
| 25 | ||
| 26 | /** |
|
| 27 | * Tears down the fixture, for example, closes a network connection. |
|
| 28 | * This method is called after a test is executed. |
|
| 29 | */ |
|
| 30 | protected function tearDown() |
|
| 31 | { |
|
| 32 | parent::tearDown(); |
|
| 33 | } |
|
| 34 | ||
| 35 | /** |
|
| 36 | * @covers \AlgoWeb\xsdTypes\xsGYear::fixValue |
|
| 37 | * @todo Implement testFixValue(). |
|
| 38 | */ |
|
| 39 | public function testFixValue() |
|
| 40 | { |
|
| 41 | // Remove the following lines when you implement this test. |
|
| 42 | $this->markTestIncomplete( |
|
| 43 | 'This test has not been implemented yet.' |
|
| 44 | ); |
|
| 45 | } |
|
| 46 | ||
| 47 | ||
| 48 | /** |
|
| 49 | * @covers \AlgoWeb\xsdTypes\xsGYear::__toString |
|
| 50 | * @todo Implement test__toString(). |
|
| 51 | */ |
|
| 52 | public function test__toString() |
|
| 53 | { |
|
| 54 | // Remove the following lines when you implement this test. |
|
| 55 | $this->markTestIncomplete( |
|
| 56 | 'This test has not been implemented yet.' |
|
| 57 | ); |
|
| 58 | } |
|
| 59 | ||
| 60 | ||
| 61 | /** |
|
| 62 | * @covers \AlgoWeb\xsdTypes\xsGYear::setMaxExclusive |
|
| 63 | * @todo Implement testSetMaxExclusive(). |
|
| 64 | */ |
|
| 65 | public function testSetMaxExclusive() |
|
| 66 | { |
|
| 67 | // Remove the following lines when you implement this test. |
|
| 68 | $this->markTestIncomplete( |
|
| 69 | 'This test has not been implemented yet.' |
|
| 70 | ); |
|
| 71 | } |
|
| 72 | ||
| 73 | ||
| 74 | /** |
|
| 75 | * @covers \AlgoWeb\xsdTypes\xsGYear::setMaxInclusive |
|
| 76 | * @todo Implement testSetMaxInclusive(). |
|
| 77 | */ |
|
| 78 | public function testSetMaxInclusive() |
|
| 79 | { |
|
| 80 | // Remove the following lines when you implement this test. |
|
| 81 | $this->markTestIncomplete( |
|
| 82 | 'This test has not been implemented yet.' |
|
| 83 | ); |
|
| 84 | } |
|
| 85 | ||
| 86 | ||
| 87 | /** |
|
| 88 | * @covers \AlgoWeb\xsdTypes\xsGYear::setMinExclusive |
|
| 89 | * @todo Implement testSetMinExclusive(). |
|
| 90 | */ |
|
| 91 | public function testSetMinExclusive() |
|
| 92 | { |
|
| 93 | // Remove the following lines when you implement this test. |
|
| 94 | $this->markTestIncomplete( |
|
| 95 | 'This test has not been implemented yet.' |
|
| 96 | ); |
|
| 97 | } |
|
| 98 | ||
| 99 | ||
| 100 | /** |
|
| 101 | * @covers \AlgoWeb\xsdTypes\xsGYear::setMinInclusive |
|
| 102 | * @todo Implement testSetMinInclusive(). |
|
| 103 | */ |
|
| 104 | public function testSetMinInclusive() |
|
| 105 | { |
|
| 106 | // Remove the following lines when you implement this test. |
|
| 107 | $this->markTestIncomplete( |
|
| 108 | 'This test has not been implemented yet.' |
|
| 109 | ); |
|
| 110 | } |
|
| 111 | ||
| 112 | ||
| 113 | /** |
|
| 114 | * @covers \AlgoWeb\xsdTypes\xsGYear::checkMinMax |
|
| 115 | * @todo Implement testCheckMinMax(). |
|
| 116 | */ |
|
| 117 | public function testCheckMinMax() |
|
| 118 | { |
|
| 119 | // Remove the following lines when you implement this test. |
|
| 120 | $this->markTestIncomplete( |
|
| 121 | 'This test has not been implemented yet.' |
|
| 122 | ); |
|
| 123 | } |
|
| 124 | } |
|
| 125 | ||