File tree Expand file tree Collapse file tree 2 files changed +0
-39
lines changed Expand file tree Collapse file tree 2 files changed +0
-39
lines changed Original file line number Diff line number Diff line change @@ -103,19 +103,6 @@ public function testGetFilePath()
103
103
$ this ->assertEquals ($ this ->data ['file_path ' ], $ path );
104
104
}
105
105
106
- /**
107
- *
108
- * Testing without file id
109
- *
110
- * @expectedException Longman\TelegramBot\Exception\TelegramException
111
- *
112
- */
113
- public function testCreateInstanceWithoutFileId ()
114
- {
115
- unset($ this ->data ['file_id ' ]);
116
- new File ($ this ->data );
117
- }
118
-
119
106
/**
120
107
*
121
108
* Testing getFileSize without data
Original file line number Diff line number Diff line change @@ -89,30 +89,4 @@ public function testGetLatitude()
89
89
$ this ->assertInternalType ('float ' , $ lat );
90
90
$ this ->assertEquals ($ this ->coordinates ['latitude ' ], $ lat );
91
91
}
92
-
93
- /**
94
- *
95
- * Testing without longitude
96
- *
97
- * @expectedException Longman\TelegramBot\Exception\TelegramException
98
- *
99
- */
100
- public function testCreateInstanceWithoutLongitude ()
101
- {
102
- unset($ this ->coordinates ['longitude ' ]);
103
- new Location ($ this ->coordinates );
104
- }
105
-
106
- /**
107
- *
108
- * Testing without latitude
109
- *
110
- * @expectedException Longman\TelegramBot\Exception\TelegramException
111
- *
112
- */
113
- public function testCreateInstanceWithoutLatitude ()
114
- {
115
- unset($ this ->coordinates ['latitude ' ]);
116
- new Location ($ this ->coordinates );
117
- }
118
92
}
You can’t perform that action at this time.
0 commit comments