File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ public function setKeyColumn($column = null)
135135 public function setTableName (string $ tablename ): bool
136136 {
137137 $ this ->myTable = $ tablename ;
138+
138139 return true ;
139140 }
140141
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public function testSetKeyColumn(): void
6666 public function testSetTableName (): void
6767 {
6868 $ this ->object ->setTableName ('test ' );
69- $ this ->assertEquals ('test ' , $ this ->object ->myTable );
69+ $ this ->assertEquals ('test ' , $ this ->object ->myTable );
7070 }
7171
7272 /**
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public function testGetlastInsertID(): void
129129 public function testGetLastError (): void
130130 {
131131 $ this ->object ->errorText = 'test ' ;
132- $ this ->assertEquals ('test ' ,$ this ->object ->getLastError ());
132+ $ this ->assertEquals ('test ' , $ this ->object ->getLastError ());
133133 }
134134
135135 /**
You can’t perform that action at this time.
0 commit comments