Skip to content
Snippets Groups Projects
Commit adc074f3 authored by efalcy's avatar efalcy
Browse files

Phpunit : upgrade methods assert

parent e54f8012
Branches
No related merge requests found
Pipeline #48226 passed with stage
in 45 seconds
......@@ -382,7 +382,7 @@ class Storm_Test_LoaderVolatileTest extends Storm_Test_ModelTestCase {
/** @test */
public function albertFieldAStartOneLetterFieldAttributeShouldBeInRawAttributes() {
$this->assertStringContainsString('a_start_one_letter_field',
$this->assertContains('a_start_one_letter_field',
array_keys($this->albert->getRawAttributes()));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment