File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 6
6
7
7
class Civility extends StaticEntity
8
8
{
9
- private $ id ;
10
9
private $ name ;
11
10
private $ shortName ;
12
11
@@ -18,14 +17,6 @@ static public function getDataSet()
18
17
);
19
18
}
20
19
21
- /**
22
- * @return mixed
23
- */
24
- public function getId ()
25
- {
26
- return $ this ->id ;
27
- }
28
-
29
20
/**
30
21
* @return mixed
31
22
*/
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public function testAlternativeSameInstance()
53
53
54
54
/**
55
55
* @expectedException \Exception
56
- * @expectedExceptionMessage Class not exists
56
+ * @expectedExceptionMessage not exists
57
57
*/
58
58
public function testNotExists ()
59
59
{
@@ -89,7 +89,7 @@ public function testInvalidData()
89
89
90
90
/**
91
91
* @expectedException \Exception
92
- * @expectedExceptionMessage Property not exists
92
+ * @expectedExceptionMessage not exists
93
93
*/
94
94
public function testMissingProperty ()
95
95
{
You can’t perform that action at this time.
0 commit comments