From 343c683077199b56f5fe88aaf8d1bbb89ac5c34e Mon Sep 17 00:00:00 2001 From: Susann Sgorzaly Date: Fri, 23 Feb 2018 10:02:13 +0100 Subject: [PATCH] corrected test for default sort type. Is set to regular now --- tests/properties/DefaultValuesPropertiesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/properties/DefaultValuesPropertiesTest.php b/tests/properties/DefaultValuesPropertiesTest.php index 803afcc..364f7cd 100644 --- a/tests/properties/DefaultValuesPropertiesTest.php +++ b/tests/properties/DefaultValuesPropertiesTest.php @@ -57,7 +57,7 @@ class DefaultValuesPropertiesTest extends TestCase { } public function test_sort_type_default() { - $this->assertNull($this->csv->sort_type); + $this->assertEquals('regular', $this->csv->sort_type); } public function test_delimiter_default() {