We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b56d2 commit f93a46cCopy full SHA for f93a46c
tests/unit/DatabaseSettingStoreTest.php
@@ -39,7 +39,8 @@ public function correct_data_is_inserted_and_updated()
39
$store->save();
40
}
41
42
- public function testExtraColumnsAreQueried()
+ /** @test */
43
+ public function extra_columns_are_queried()
44
{
45
$connection = $this->mockConnection();
46
$query = $this->mockQuery($connection);
@@ -54,7 +55,8 @@ public function testExtraColumnsAreQueried()
54
55
$this->assertEquals('bar', $store->get('foo'));
56
57
- public function testExtraColumnsAreInserted()
58
59
+ public function extra_columns_are_inserted()
60
61
62
0 commit comments