Code Duplication    Length = 7-7 lines in 2 locations

tests/Crud/QueryBuilder/Sql/CreateTokenCollectionCollectionUnitTest.php 1 location

@@ 54-60 (lines=7) @@
51
     *
52
     * @small
53
     */
54
    public function getPlaceholderList()
55
    {
56
        self::assertEquals(
57
            '(' . CreateToken::BINDING_PREFIX . '0, ' . CreateToken::BINDING_PREFIX . '1, ' . CreateToken::BINDING_PREFIX . '2)',
58
            $this->createTokenCollection->getPlaceholderList()
59
        );
60
    }
61
62
    /**
63
     * @test

tests/Crud/QueryBuilder/Sql/CreateTokenCollectionUnitTest.php 1 location

@@ 47-53 (lines=7) @@
44
     *
45
     * @small
46
     */
47
    public function getPlaceholderList()
48
    {
49
        self::assertEquals(
50
            '(' . CreateToken::BINDING_PREFIX . '0, ' . CreateToken::BINDING_PREFIX . '1, ' . CreateToken::BINDING_PREFIX . '2)',
51
            $this->createTokenCollection->getPlaceholderList()
52
        );
53
    }
54
55
    /**
56
     * @test