Lines Matching refs:assertSame
17 $this->assertSame(hsc('Release 2025-05-14'), $data['title']);
18 $this->assertSame('vert', $data['align']);
28 $this->assertSame(hsc('He said "Hi" & it\'s fine'), $data['title']);
37 $this->assertSame('', $data['foo']);
38 $this->assertSame('', $data['style']); // style is empty
46 $this->assertSame('wiki:start', $sx->getLink('[[wiki:start|Go]]'));
48 $this->assertSame('https://example.com', $sx->getLink('[[https://example.com|x]]'));
50 $this->assertSame('https://example.com', $sx->getLink('See https://example.com now'));
52 $this->assertSame('doku>interwiki', $sx->getLink('[[doku>interwiki]]'));
54 $this->assertSame('mailto:test@example.com', $sx->getLink('test@example.com'));
61 $this->assertSame(hsc('foo'), $data['title']);
63 $this->assertSame('', $data['bar']);