Pinq\Tests\Integration\DataTest::assocStrings PHP Method

assocStrings() public method

public assocStrings ( )
    public function assocStrings()
    {
        return $this->getImplementations(['foo' => 'bar', 'quz' => 'quack', '2-' => 'abcdef', '--' => 'AQWS', '-~sdsds~-' => 'bar', '~!' => 'My name is', '$09876' => 'Mr....', '-A1231A-' => 'Bar']);
    }