You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -162,7 +161,7 @@ public function testDuplicateColumnNameThrows()
162
161
163
162
/**
164
163
* @expectedException \InvalidArgumentException
165
-
* @expectedExceptionMessage Could not resolve adapter type
164
+
* @expectedExceptionMessage Could not resolve type "foo\bar" to a service or class, are you missing a use statement? Or is it implemented but does it not correctly derive from "Omines\DataTablesBundle\Adapter\AdapterInterface"?
166
165
*/
167
166
publicfunctiontestInvalidAdapterThrows()
168
167
{
@@ -173,7 +172,7 @@ public function testInvalidAdapterThrows()
173
172
174
173
/**
175
174
* @expectedException \InvalidArgumentException
176
-
* @expectedExceptionMessage Could not resolve column type "bar"
175
+
* @expectedExceptionMessage Could not resolve type "bar" to a service or class, are you missing a use statement? Or is it implemented but does it not correctly derive from "Omines\DataTablesBundle\Column\AbstractColumn"?
177
176
*/
178
177
publicfunctiontestInvalidColumnThrows()
179
178
{
@@ -231,7 +230,7 @@ public function testMissingStateThrows()
0 commit comments