Searched refs:noCommands (Results 1 – 6 of 6) sorted by relevance
/plugin/latexport/_test/ |
H A D | decorator_math.test.php | 38 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 53 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 68 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 83 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 99 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 118 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 130 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
|
H A D | decorator_images.test.php | 36 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 52 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 68 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
|
H A D | decorator_headings.test.php | 38 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 52 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
|
H A D | decorator_mock.php | 19 if ($this->noCommands()) { 26 function noCommands() { function in DecoratorMock
|
H A D | decorator_includer.test.php | 45 …$this->assertTrue( $this->decoratorMock->noCommands(), "Should not have any c… 179 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 206 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 242 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
|
H A D | decorator_tables.test.php | 92 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 143 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands"); 217 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
|