Searched refs:assertNotEmpty (Results 1 – 18 of 18) sorted by relevance
41 $this->assertNotEmpty($bpmn['open'], 'BPMN open template should not be empty');42 $this->assertNotEmpty($bpmn['close'], 'BPMN close template should not be empty');48 $this->assertNotEmpty($dmn['open'], 'DMN open template should not be empty');49 $this->assertNotEmpty($dmn['close'], 'DMN close template should not be empty');
42 $this->assertNotEmpty($data['name'], 'Button name should be set for BPMN target');57 $this->assertNotEmpty($data['name'], 'Button name should be set for DMN target');133 $this->assertNotEmpty($xmlMatch[1]);139 $this->assertNotEmpty($linkMatch[1]);
125 $this->assertNotEmpty($matches[1]);246 $this->assertNotEmpty($xmlMatch[1]);253 $this->assertNotEmpty($linkMatch[1]);
87 self::assertNotEmpty($_staticImage);123 self::assertNotEmpty($_latCells);129 self::assertNotEmpty($_lonCells);152 self::assertNotEmpty($_staticImage);
77 ->assertNotEmpty()93 ->assertNotEmpty();97 ->assertNotEmpty();135 ->assertNotEmpty()
98 public function assertNotEmpty() function in HTMLPurifier_ConfigSchema_ValidatorAtom
11 $this->assertNotEmpty('Hello world!');
11 $this->assertNotEmpty($data);
40 $this->assertNotEmpty($chunks);47 $this->assertNotEmpty(trim($chunk));
115 $this->assertNotEmpty($embedding, 'Embedding should not be empty');
36 $this->assertNotEmpty($data);
38 $this->assertNotEmpty($data);
39 $this->assertNotEmpty($data);
312 $this->assertNotEmpty($ipRecord['host']); // gethostbyaddr result
1008 function assertNotEmpty($actual, $message = '') function
601 public static function assertNotEmpty($actual, $message = '') function in PHPUnit_Framework_Assert616 static::assertNotEmpty(
3206 $this->assertNotEmpty(['foo']);3209 $this->assertNotEmpty([]);