Updated remaining occurrences for old class/project name.

This commit is contained in:
Christian Bläul
2018-02-02 17:31:26 +01:00
parent c905c9abfd
commit 72a7c29ed6
11 changed files with 13 additions and 48 deletions

View File

@@ -3,11 +3,8 @@
class default_values_properties_Test extends PHPUnit\Framework\TestCase {
/**
* CSV
* The parseCSV object
*
* @access protected
* @var ParseCsvForPhp
* @var ParseCsvForPhp object
*/
protected $csv = null;
@@ -22,16 +19,6 @@ class default_values_properties_Test extends PHPUnit\Framework\TestCase {
$this->csv = new ParseCsvForPhp();
}
/**
* Tear down
* Tear down our test environment objects
*
* @access public
*/
public function tearDown() {
$this->csv = null;
}
public function test_heading_default() {
$this->assertTrue(is_bool($this->csv->heading));
$this->assertTrue($this->csv->heading);