You are here

public function DumperTest::testNegativeIndentationThrowsException in Lockr 7.3

@expectedException \InvalidArgumentException @expectedExceptionMessage The indentation must be greater than zero

File

vendor/symfony/yaml/Tests/DumperTest.php, line 486

Class

DumperTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testNegativeIndentationThrowsException() {
  new Dumper(-4);
}