mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
More specific test name
This commit is contained in:
parent
26dd4c5b8f
commit
e1d2da792c
@ -163,7 +163,7 @@ class AlgebraTest extends TestCase
|
||||
$this->assertSame(['$b' => ['falsy']], $simplified_formula[1]->possibilities);
|
||||
}
|
||||
|
||||
public function testSimplifyCNFWithUselessTerm(): void
|
||||
public function testSimplifyCNFWithOneUselessTerm(): void
|
||||
{
|
||||
$formula = [
|
||||
new Clause(['$a' => ['!falsy'], '$b' => ['!falsy']], 1, 1),
|
||||
|
Loading…
x
Reference in New Issue
Block a user